Hi, I'm trying to run a .term script that starts up a service\program under login items. The script starts up, closes the window but then leaves Terminal running after running the script. Is there a way to tell the terminal in the script to quit the terminal after running the script.
I tried osascript -e 'tell application "Terminal" to quit' but that didn't do anything, still left Terminal running in the background. Any ideas?
I tried osascript -e 'tell application "Terminal" to quit' but that didn't do anything, still left Terminal running in the background. Any ideas?