This commit is contained in:
I2obiN 2017-05-14 15:52:31 +00:00 committed by GitHub
commit afc0a4af39

View File

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