prepare for new laptop
[dotfiles.git] / clean / .local / bin / rmabc.sh
index be7d125..7d37a15 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -print0 | xargs -0 rm
+find "${1:-.}" "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -delete