clean stuff
[dotfiles.git] / clean / .local / bin / rmabc.sh
diff --git a/clean/.local/bin/rmabc.sh b/clean/.local/bin/rmabc.sh
new file mode 100755 (executable)
index 0000000..be7d125
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -print0 | xargs -0 rm