From: Mart Lubbers Date: Mon, 12 Nov 2018 12:03:15 +0000 (+0100) Subject: clean stuff X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=508684d2146eb16268aeb2daf6adea5f3aa8f6bd;p=dotfiles.git clean stuff --- diff --git a/shell/.local/bin/cpm.sh b/clean/.local/bin/cpm.sh similarity index 100% rename from shell/.local/bin/cpm.sh rename to clean/.local/bin/cpm.sh diff --git a/clean/.local/bin/rmabc.sh b/clean/.local/bin/rmabc.sh new file mode 100755 index 0000000..be7d125 --- /dev/null +++ b/clean/.local/bin/rmabc.sh @@ -0,0 +1,2 @@ +#!/bin/sh +find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -print0 | xargs -0 rm