clean.do 35 B

1234
  1. #!/bin/bash -e
  2. rm -f *.pdf
  3. exit 1