Bash script to kill unnecessary services running on OS X.
-
Make sure the file can be executed.
$ chmod +x osx_kill.sh
-
It is recommended that you run the script with root privilleges.
$ sudo ./osx_kill.sh
Contribution is welcomed! This code could use some work. Add services to terminate or clean up the code. Ideally, this would be better if it continuously ran to address automatic restarts.