X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=bin%2Faway-detect;h=57a89e51eb42e2896362e8d3888afe7676e0935f;hp=9764f75c90d9218950571500f0bf502d5da02d20;hb=623f644269916e32227e57e33bf89c4bf36cf2fa;hpb=d511f31eef187354e7785ad553f8efc813297fd3 diff --git a/bin/away-detect b/bin/away-detect index 9764f75..57a89e5 100755 --- a/bin/away-detect +++ b/bin/away-detect @@ -69,7 +69,6 @@ set_active() { now="$(expr 60 \* $(date +%H) + $(date +%M))" -if ! today --category='holiday' | grep '' >/dev/null; then today --category='school' | sed -e s/^..........// -e 's/ \[.*\]$//'|grep '[0-9][0-9]:[0-9][0-9]-[0-9][0-9]:[0-9][0-9]'| \ while read times event; do begin="$(expr 60 \* $(echo $times|sed -e 's/-.*//' -e 's/:/ + /g'))" @@ -84,7 +83,6 @@ while read times event; do echo "old_smart=\"$old_away\"" > "$HOME/.away-smart" fi done -fi today --category='!school' | sed -e s/^..........//|grep '[0-9][0-9]:[0-9][0-9]-[0-9][0-9]:[0-9][0-9]'| \ while read times event; do