clean.sh 81 B

12345678910
  1. #!/bin/sh
  2. echo Cleaning up...
  3. rm -rf out obj tmp
  4. (
  5. cd deb
  6. ./clean.sh
  7. )