Thanks to some help I just got on this site, I know how to launch my meteor application (launch a running meteorite server) using the shell script that I created using Automator. But now I understand that the only way I know how to stop the meteorite server is to do CTL-C in a terminal window. But if I run a meteorite server with my script, I don't have a shell window. Is there a way to stop the server through a shell script?
source
share