diff options
author | Kyle K <kylek389@gmail.com> | 2018-03-31 23:33:33 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2018-03-31 23:33:33 -0500 |
commit | 564f67d45d1b8bd5a4fa58f89ecf71fe0a2b40a9 (patch) | |
tree | cb291e71359e875e8ff6aae354055ef60dd2f2d7 /macos | |
parent | ff36ab586f171a26438c3cb6c4446095f6caf5e6 (diff) | |
download | configs-564f67d45d1b8bd5a4fa58f89ecf71fe0a2b40a9.tar.gz configs-564f67d45d1b8bd5a4fa58f89ecf71fe0a2b40a9.tar.bz2 configs-564f67d45d1b8bd5a4fa58f89ecf71fe0a2b40a9.zip |
brew cleanup
Diffstat (limited to 'macos')
-rwxr-xr-x | macos/clean.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macos/clean.sh b/macos/clean.sh index 21ccda3..90ee0e4 100755 --- a/macos/clean.sh +++ b/macos/clean.sh @@ -1,6 +1,8 @@ #!/bin/bash -rm -f ~/Library/Application Support/CrashReporter/* +#brew cleanup + +rm -f ~/Library/Application\ Support/CrashReporter/* rm -rf ~/Library/Logs/DiagnosticReports/* rm -rf ~/Library/Logs/* |