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

前端 未结 7 2144
隐瞒了意图╮
隐瞒了意图╮ 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:35

    I'm using the following command in my script

    quit -n terminal

    Of course you have to have the terminal set to never prompt before closing.

    0 讨论(0)
提交回复
热议问题