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