Skip to content

Instantly share code, notes, and snippets.

@samuelsmal
Created December 3, 2014 14:40
Show Gist options
  • Save samuelsmal/6f743fe1c7d9d0f5a183 to your computer and use it in GitHub Desktop.
Save samuelsmal/6f743fe1c7d9d0f5a183 to your computer and use it in GitHub Desktop.
command line pomodoro timer
#!/bin/bash
while true; do
sleep 1500 && notify-send "break"; sleep 300 && notify-send "back to work";
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment