mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-12 17:36:19 +01:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
defaults delete com.ranchero.evergreen
|
||
|
killall cfprefsd
|
||
|
|
||
|
rm -rf ~/Library/Application\ Support/Evergreen/
|
||
|
|