From 15b24ab9d782a8e5683f305ec8b1c31849a64246 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 19 May 2025 23:03:02 -0700 Subject: initial commit --- cleanup.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cleanup.sh (limited to 'cleanup.sh') diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..4b208c1 --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +find . -type d -mindepth 1 -maxdepth 1 -not -path '*/.*' \ + | sed "s/^\.\///" \ + | while read dir; do stow -D "$dir"; done -- cgit v1.2.3-70-g09d2