Skip to content

Commit

Permalink
don not delete output files
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdodds committed Jul 29, 2020
1 parent 7c03d85 commit 1ca8d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_examples_chpt1/example_3_linear/cleanup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# cleanup directory after running analysis
#
/bin/rm -f woutput* model.text wem* wes* wnd* wns* states_head* >& /dev/null
/bin/rm -f model.text wem* wes* wnd* wns* states_head* >& /dev/null
/bin/rm -f energy *~ *-e *neutral* >& /dev/null
#
echo "> done..."
Expand Down

0 comments on commit 1ca8d14

Please sign in to comment.