From d150b65a84c13b0a75ff31374f52d5e8345961ff Mon Sep 17 00:00:00 2001 From: Bob Dodds Date: Sat, 11 Dec 2021 20:39:32 -0700 Subject: [PATCH] clean directory after running analysis --- manual_examples_chpt1/example_2/cleanup.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 manual_examples_chpt1/example_2/cleanup.bash diff --git a/manual_examples_chpt1/example_2/cleanup.bash b/manual_examples_chpt1/example_2/cleanup.bash new file mode 100755 index 00000000..4dc7e577 --- /dev/null +++ b/manual_examples_chpt1/example_2/cleanup.bash @@ -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