Last active
January 31, 2016 21:41
-
-
Save saerdnaer/946d9d3fc2e936143646 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# basiert auf https://twitter.com/realgiggls/status/693081083211051008 | |
date | |
for ((i=25;i>0;i--)); do | |
echo $i | |
sleep 60 | |
done | |
say -v Anna "Timer abgelaufen" | |
xmessage "Timer abgelaufen $(date '+%H:%m')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment