Skip to content

Instantly share code, notes, and snippets.

@matthewberryman
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewberryman/dea330e215dad623c8a8 to your computer and use it in GitHub Desktop.
Save matthewberryman/dea330e215dad623c8a8 to your computer and use it in GitHub Desktop.
Remove stale FME config
#!/bin/bash
cd ~/Library/Application\ Support
rm -r FME
rm -r FME\ Desktop\ Help
cd ~/Library/Preferences
rm com.safe-software-inc.*
cd ~/Library/Caches
rm -r Safe\ Software/FME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment