Skip to content

Instantly share code, notes, and snippets.

@saerdnaer
Last active January 31, 2016 21:41
Show Gist options
  • Save saerdnaer/946d9d3fc2e936143646 to your computer and use it in GitHub Desktop.
Save saerdnaer/946d9d3fc2e936143646 to your computer and use it in GitHub Desktop.
# 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