summaryrefslogtreecommitdiff
path: root/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.sh')
-rwxr-xr-xcleanup.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/cleanup.sh b/cleanup.sh
deleted file mode 100755
index 4b208c1..0000000
--- a/cleanup.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-find . -type d -mindepth 1 -maxdepth 1 -not -path '*/.*' \
- | sed "s/^\.\///" \
- | while read dir; do stow -D "$dir"; done