milis/bin/otopostpre.sh
2016-04-21 09:03:26 +03:00

3 lines
68 B
Bash
Executable file

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