Ver Fonte

Added a watchmr script

Samuel W. Flint há 7 anos atrás
pai
commit
b5d367b930
1 ficheiros alterados com 12 adições e 0 exclusões
  1. 12 0
      watchmr

+ 12 - 0
watchmr

@@ -0,0 +1,12 @@
+#!/usr/bin/sh
+
+if [ $# -eq 1 ] ; then
+    cd $1
+fi
+
+while true ;
+do
+    clear
+    mr status
+    sleep 10
+done