clean stuff
authorMart Lubbers <mart@martlubbers.net>
Mon, 12 Nov 2018 12:03:15 +0000 (13:03 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 12 Nov 2018 12:03:15 +0000 (13:03 +0100)
clean/.local/bin/cpm.sh [moved from shell/.local/bin/cpm.sh with 100% similarity]
clean/.local/bin/rmabc.sh [new file with mode: 0755]

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