Skip to content

Instantly share code, notes, and snippets.

@polonskiy
Last active January 2, 2016 02:38
Show Gist options
  • Save polonskiy/8237999 to your computer and use it in GitHub Desktop.
Save polonskiy/8237999 to your computer and use it in GitHub Desktop.
pomodoro
#!/bin/bash
sleep ${1:-25}m
notify-send -i clock 'Time is up'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment