Skip to content

Instantly share code, notes, and snippets.

@lloydsheng
lloydsheng / clean.sh
Last active July 9, 2019 03:00
Clean macOS Cache
# Prequirements
brew install coreutils
# Get size
du -sh $HOME/* | gsort -h
# iOS simulators cache
rm -rf "$HOME/Library/Developer/CoreSimulator/Devices/*"
# Wechat cache
rm -rf "$HOME/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/d41d8cd98f00b204e9800998ecf8427e/Message/MessageTemp/*"