milis/bin/otopostpre.sh

4 lines
68 B
Bash
Executable File

for i in /tmp/*.POST; do bash $i; done
rm /tmp/*.POST
rm /tmp/*.PRE