Explorar o código

Added a watchmr script

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
b5d367b930
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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