otopostpre.sh 68 B

1234
  1. for i in /tmp/*.POST; do bash $i; done
  2. rm /tmp/*.POST
  3. rm /tmp/*.PRE