wow. that was easy: git mv core nucleus
[feisty_meow.git] / core / applications / nechung / test_nechung.sh
diff --git a/core/applications/nechung/test_nechung.sh b/core/applications/nechung/test_nechung.sh
deleted file mode 100644 (file)
index 3acabd9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# prints out the time it takes to run the nechung oracle a thousand times.
-# the number of seconds in the result should be equivalent to the number of
-# milliseconds that nechung takes to run and produce a fortune, on average.
-
-export i=0
-
-mdate
-while [ $i -le 1000 ]; do
-#  echo $i
-  nechung >/dev/null
-  let i++
-done
-mdate