Bashisms FTW
[mirrors/Programs.git] / c / goertzel / sleepmon.sh
index f4685dc7be3fb36a26f28a27166ee6ecd875dd61..646ad56650514f15cdc980f424de6928b46c4d11 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Simple sleep monitor (Harvie 2012)
 #
 # You probably have soundcard with one output and input
@@ -21,7 +21,7 @@ lastdate="$(date +%s)"
 laststate=0
 history='';
 historymax=120;
-historylen='10 30 120'
+historylen='10 30 60 90 120'
 screen=false
 graph=false
 
This page took 0.110508 seconds and 4 git commands to generate.