Created
September 26, 2012 21:20
-
-
Save tsnow/3790658 to your computer and use it in GitHub Desktop.
Fix Junos Pulse when it commits Seppuku on Mountain Lion
This file contains 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 characters
ps aux | grep Junos | awk '{print $2}' | xargs kill | |
sudo rm -r ~/Library/Application\ Support/Juniper\ Networks/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment