Merge branch 'master' of github.com:dopefishh/dotfiles
[dotfiles.git] / clean / .local / bin / rmabc.sh
1 #!/bin/sh
2 find . "$CLEAN_HOME" -type f -name "*.abc" -not -name "_system.abc" -print0 | xargs -0 rm