From bb6e26e30e9e11518b807f19671f40810c8d6025 Mon Sep 17 00:00:00 2001 From: Thomas Hood Date: Thu, 3 Dec 2015 19:00:47 +0000 Subject: [PATCH] Update hangover.sh --- hangover.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangover.sh b/hangover.sh index 9907d34..59654d5 100755 --- a/hangover.sh +++ b/hangover.sh @@ -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