Skip to content

Instantly share code, notes, and snippets.

@bound2
Created September 22, 2021 09:35
Show Gist options
  • Save bound2/cf348260afc8ccf93f23eb1e25a9242e to your computer and use it in GitHub Desktop.
Save bound2/cf348260afc8ccf93f23eb1e25a9242e to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "removing config"
rm ~/.jprofiler*/jprofiler_config.xml
echo "clearing preferences"
rm -f ~/Library/Preferences/com.jprofiler.*.plist
rm -f ~/Library/Preferences/jprofiler.vmoptions
echo "restarting cfprefsd"
killall cfprefsd
echo
echo "That's it, enjoy ;)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment