Add the source files for the swift library.
[swifty.git] / src / libswift / mfold / dotop
diff --git a/src/libswift/mfold/dotop b/src/libswift/mfold/dotop
new file mode 100755 (executable)
index 0000000..33a6c36
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+while true; do
+    rm logs/*status.out
+    ( ./doall status > /dev/null ) &
+    wait
+    clear
+    cat logs/*status.out | sort
+done