4 lines
68 B
Bash
4 lines
68 B
Bash
|
for i in /tmp/*.POST; do bash $i; done
|
||
|
rm /tmp/*.POST
|
||
|
rm /tmp/*.PRE
|