summaryrefslogtreecommitdiff
path: root/loop.sh
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-09-09 19:12:08 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-09-09 19:12:08 +0200
commit7710c9ed8514767af3d1fdc86d0e64d7621fc5d9 (patch)
tree95415bd6dff25a349b7baa56f3e57595ba958da0 /loop.sh
parent6518f41b1f96b2bd684c2e37b5ea0002074cc49b (diff)
removed that status_reset (we will do that with signals) and loop.sh (we wont need it)
Diffstat (limited to 'loop.sh')
-rwxr-xr-xloop.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/loop.sh b/loop.sh
deleted file mode 100755
index be231cf..0000000
--- a/loop.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-while true
-do
- slstatus
- status_reset
-done