Skip to content

Commit

Permalink
[CLP] Grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roylaveto authored Jun 28, 2021
1 parent c9d0e9f commit 3ca98a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac-cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sudo rm -rfv /Library/Logs/Adobe/* &>/dev/null
rm -rfv ~/Library/Containers/com.apple.mail/Data/Library/Logs/Mail/* &>/dev/null
rm -rfv ~/Library/Logs/CoreSimulator/* &>/dev/null

msg 'Clearning PhpStorm Log Files...'
msg 'Clearing PhpStorm Log Files...'
rm -rfc ~/Library/Logs/JetBrains/PhpStorm[0-9]*/ &>/dev/null

msg 'Clearing Adobe Cache Files...'
Expand All @@ -138,7 +138,7 @@ sudo rm -rfv ~/Library/Application\ Support/Google/Chrome/Default/Application\ C
msg 'Cleaning up iOS Applications...'
rm -rfv ~/Music/iTunes/iTunes\ Media/Mobile\ Applications/* &>/dev/null

msg 'Removng iOS Device Backups...'
msg 'Removing iOS Device Backups...'
rm -rfv ~/Library/Application\ Support/MobileSync/Backup/* &>/dev/null

msg 'Cleaning up XCode Derived Data and Archives...'
Expand Down

0 comments on commit 3ca98a1

Please sign in to comment.