diff options
Diffstat (limited to 'macos/clean.sh')
-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/* |