newsboat and rmabc
[dotfiles.git] / clean / .local / bin / rmabc.sh
index be7d125..bd7f372 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -print0 | xargs -0 rm
+find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -delete