Cache running examples with .have_run flag file. Add results as make target to show...
[snark14.git] / examples / .more_run_scripts
diff --git a/examples/.more_run_scripts b/examples/.more_run_scripts
deleted file mode 100644 (file)
index 261455e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-#now need to modify run scripts in examples directory
-for i in `seq 1 10`;
-  do
-    more b$i/run    
-done