【发布时间】:2014-04-16 10:18:48
【问题描述】:
假设我有一个这样的文件夹结构:
mygame
play.command
otherstuff
code.py
无论 mygame 在哪里,我都希望 play.command cd 到 mygame 并从那里运行 code.py。我该怎么做?
【问题讨论】:
-
什么是
no matter where mygame is?还是play.command的父级? -
非常非常非常非常不清楚的问题:)