ymetapost/clean
Yann Esposito (Yogsototh) ef91426863 initial commit
2013-10-01 13:17:56 +02:00

5 lines
117 B
Bash
Executable file

#!/usr/bin/env zsh
listfic=( *.png(N.) )
((${#listfic} > 0)) && \rm -f $listfic
[[ -e /tmp/mp ]] && \rm -rf /tmp/mp