Update hangover.sh

Executes only during weekdays
This commit is contained in:
Thomas Hood 2015-12-03 18:36:45 +00:00
parent d956aa1fc6
commit 390323154e

View File

@ -5,6 +5,11 @@ if who | grep -wq $USER; then
exit
fi
# Execute during weekdays only
if date | grep Sat | grep Sun then
exit
fi
# Phone numbers
MY_NUMBER='+xxx'
NUMBER_OF_BOSS='+xxx'