summaryrefslogtreecommitdiff
path: root/sd/etc/clean
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-19 10:42:34 -0500
committerstkhan <personal@slickd.xyz>2021-06-19 10:42:34 -0500
commite2dbb81b9144fd8be2eb89617db38fd361079fed (patch)
tree77cdbe3673b967c594327c878379aaae9c56daaf /sd/etc/clean
parente8df46e3babbb943a729935786a0d55dbe0e2028 (diff)
1.0.0b2
Former-commit-id: 7e8e8ad1998285a5b38c4bedd38acd0bbe37de4d
Diffstat (limited to 'sd/etc/clean')
-rwxr-xr-xsd/etc/clean9
1 files changed, 9 insertions, 0 deletions
diff --git a/sd/etc/clean b/sd/etc/clean
new file mode 100755
index 0000000..6cf362c
--- /dev/null
+++ b/sd/etc/clean
@@ -0,0 +1,9 @@
+#!/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*
+rm ~/.xinitrc
+