summaryrefslogtreecommitdiffstats
path: root/licht
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-26 10:29:19 +0200
committerroot <root@krebs>2011-08-26 10:29:19 +0200
commit2183f5ccf93dae070e01bf68481665b4af82090e (patch)
tree4243b31c35fbf6a8eaddb4157b8e6d738347a6a3 /licht
parent389c200ab24823758c36e5ad2d228ae22cc8d2b1 (diff)
cleanup: update lcd4linux file
Diffstat (limited to 'licht')
-rw-r--r--licht/licht.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/licht/licht.sh b/licht/licht.sh
deleted file mode 100644
index d73a73c8..00000000
--- a/licht/licht.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-LAMPE="$1"
-TOGGLE="$2"
-LAMP=~s/[a-zA-Z]//g
-TOGGLE=~s/[a-zA-Z]//g
-STRING="\xA5\x5A\d$LAMPE\d$TOGGLE"
-if [ $# != 2 ]
-then
- echo -ne "Usage: licht <lampe> <0/1>"
-else
- echo "$LAMPE$TOGGLE"
- echo -ne "$STRING" | nc -u -w1 10.42.3.100 1337
-fi