Created
July 24, 2020 00:42
-
-
Save JoeArauzo/4dfd153237773f3174ba0bb52934214e to your computer and use it in GitHub Desktop.
Removes rekordbox6 misc. files
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 characters
#!/usr/bin/env bash | |
rm -fr ~/Library/Caches/KSCrashReports/rekordbox | |
rm -fr ~/Library/Caches/com.pioneerdj.rekordboxdj | |
rm -fr ~/Library/Caches/com.pioneer.Upmgr_rekordbox | |
rm -fr ~/Library/Caches/rekordbox | |
rm -fr "~/Library/Caches/Juce/juceAppLock_Upmgr rekordbox" | |
rm -fr ~/Library/Pioneer/rekordbox | |
rm -fr ~/Library/Logs/Pioneer/rekordbox6/SoundCloudHttp.log | |
rm -fr ~/Library/Preferences/com.pioneerdj.rekordboxdj.plist | |
rm -fr ~/Library/Preferences/com.electron.rekordboxagent.plist | |
rm -fr "~/Library/Application Support/Pioneer/rekordbox6" | |
rm -fr "~/Library/Application Support/Pioneer/rekordboxAgent" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment