5 lines
78 B
Bash
5 lines
78 B
Bash
|
for i in /tmp/*.POST; do bash $i; done
|
||
|
rm /tmp/*.POST
|
||
|
rm /tmp/*.PRE
|
||
|
mps -Ggit
|