X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=clean%2F.local%2Fbin%2Frmabc.sh;fp=clean%2F.local%2Fbin%2Frmabc.sh;h=be7d125bc86d2affdf5246d67863c0a0b813fc67;hb=508684d2146eb16268aeb2daf6adea5f3aa8f6bd;hp=0000000000000000000000000000000000000000;hpb=4c9a4ba24952cad37d093de6e1166013664b8fd2;p=dotfiles.git 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