在 init.d 文件中,我编写了以下内容。现在我需要使 bin 在特定目录中运行。我如何告诉它使用哪个目录?
mono --debug /path/bin &
答案1
cd /my/directory
mono --debug /path/bin &
在 init.d 文件中,我编写了以下内容。现在我需要使 bin 在特定目录中运行。我如何告诉它使用哪个目录?
mono --debug /path/bin &
cd /my/directory
mono --debug /path/bin &