How do I get a Mac “.command” file to automatically quit after running a shell script?

前端 未结 7 2203
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 23:47

In my shell script, my last lines are:

...
echo \"$l\" done
done

exit

I have Terminal preference set to \"When the shell exits: Close the wind

7条回答
  •  梦如初夏
    2021-02-07 00:12

    There is a setting for this in the Terminal application. Unfortunately, it is relative to all Terminal windows, not only those launched via .command file.

提交回复
热议问题