Improved output format possibilities
[mirrors/Programs.git] / c / goertzel / sleepmon.sh
index a5d9d8168c790f33924d26ed3d88869b0e9d1299..3ccc670a9d2e7d909e5deec2a2c0fe443d91a8b3 100755 (executable)
@@ -22,7 +22,7 @@ while getopts "s" OPT; do
        test "$OPT" == 's' && screen=true;
 done
 echo "Writing to file: $out";
-arecord | ./goertzel -n -q -l -t $tresh -d 4 | while read line; do
+arecord | ./goertzel -n -q -l -t $tresh -d 4 | while read line; do
        date="$(date +%s)"
        time="$(echo "$line" | cut -f 1)"
        level="$(echo "$line" | cut -f 2)"
This page took 0.091787 seconds and 4 git commands to generate.