Skip to content

Commit

Permalink
clean directory after running analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdodds committed Dec 12, 2021
1 parent dd442aa commit d150b65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manual_examples_chpt1/example_2/cleanup.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

\rm wnd* wns* wnt* wnf* wnt* wem* wes* state* *batch*mess* save* energy >& /dev/null
\rm states* results* >& /dev/null
\rm *text >& /dev/null
exit

0 comments on commit d150b65

Please sign in to comment.