aboutsummaryrefslogtreecommitdiff
path: root/cleanup.sh
diff options
context:
space:
mode:
authorElizabeth <lizhunt@amazon.com>2025-05-20 09:31:28 -0700
committerElizabeth <lizhunt@amazon.com>2025-05-20 09:31:28 -0700
commit4ca85fa4fb4741135d0cd4ffbfb5b487dc25b360 (patch)
treed0a5dc04dd2caebc1e231b3f47070d31279e9d57 /cleanup.sh
parentdf1ac6d992d0f28f4c68631221a560b0c59a8ab6 (diff)
downloaddots-4ca85fa4fb4741135d0cd4ffbfb5b487dc25b360.tar.gz
dots-4ca85fa4fb4741135d0cd4ffbfb5b487dc25b360.zip
Centralize management of dotfile script
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