X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/769d0bd71b19b467c195838379a379e0e2d69c2b..25495dee81262b35aaafdd93b8687e4725d84489:/weathermon.sh diff --git a/weathermon.sh b/weathermon.sh deleted file mode 100755 index 3f42275..0000000 --- a/weathermon.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -ARDUINO_PORT=`uci get weathermon.serial.port` -BAUD=`uci get weathermon.serial.baud` -stty -F $ARDUINO_PORT $BAUD - -while read LINE; do - weathermon.lua $LINE -done < $ARDUINO_PORT