diff options
Diffstat (limited to 'etc/clean')
| -rwxr-xr-x | etc/clean | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/clean b/etc/clean new file mode 100755 index 0000000..4236ecf --- /dev/null +++ b/etc/clean @@ -0,0 +1,7 @@ +#!/bin/sh +# This script is used to test new installations of sarc and delete current ones + +sudo rm -r ~/.config/sarc +sudo rm /usr/local/bin/dm* +sudo rm /usr/local/bin/dwm* +sudo rm /usr/local/bin/st* |