Revisions
-
WadeShuler revised this gist
Apr 25, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ #!/bin/bash echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n" launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist echo "\n\n--- Done! ---\n\n" -
WadeShuler created this gist
Apr 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/bin/bash echo "--- Killing Stupid Adobe Auto Load Crap ---" launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist echo "Done!"