summaryrefslogtreecommitdiff
path: root/loop.sh
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-09-09 19:07:25 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-09-09 19:07:25 +0200
commit6518f41b1f96b2bd684c2e37b5ea0002074cc49b (patch)
tree799f8f502bbfa4c907c0022b63298f58cfc9ae40 /loop.sh
parent5c86bbd67f25815aa9c6c309697df7aea2d80330 (diff)
parent9b2dc253485ef3a0ac34a5e781bc2c856bec463d (diff)
Merge branch 'R41z-master'
Diffstat (limited to 'loop.sh')
-rwxr-xr-xloop.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/loop.sh b/loop.sh
new file mode 100755
index 0000000..be231cf
--- /dev/null
+++ b/loop.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+while true
+do
+ slstatus
+ status_reset
+done