I wrote an .command script that when I launch it, it just exits and it's to quick for me to see what's going on. How do I keep it open?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
|
|
When you double click a
Alternatively, if you don't want to change Terminal's preferences:
EDIT:
$ read -n 1 -p "Done. Press any key to exit. " (Wait for one character of input while displaying the prompt.) |
|||||||||||
|