clean.sh 167 B

1234567891011
  1. #!/bin/sh
  2. #
  3. echo "removing output files"
  4. rm msgs*.txt
  5. rm make_msgs.out
  6. rm replace_*.out
  7. rm ./source/*
  8. rmdir ./source
  9. echo "step0 finished... press key"
  10. read