Added snark14m distribution examples
[snark14.git] / examples / .more_run_scripts
diff --git a/examples/.more_run_scripts b/examples/.more_run_scripts
new file mode 100644 (file)
index 0000000..261455e
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+#now need to modify run scripts in examples directory
+for i in `seq 1 10`;
+  do
+    more b$i/run    
+done