mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00: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/
|
||
|
|
|