Merge branch 'master' of https://github.com/dopefishh/dotfiles
[dotfiles.git] / clean / .local / bin / rmabc.sh
index bd7f372..7d37a15 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -delete
+find "${1:-.}" "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -delete