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