Update hangover.sh

This commit is contained in:
Thomas Hood 2015-12-03 19:00:47 +00:00
parent 390323154e
commit bb6e26e30e

View File

@ -6,7 +6,7 @@ if who | grep -wq $USER; then
fi
# Execute during weekdays only
if date | grep Sat | grep Sun then
if date | grep -e Sat -e Sun then
exit
fi