Skip to content

Instantly share code, notes, and snippets.

View gabriel-bezerra's full-sized avatar

Gabriel Assis Bezerra gabriel-bezerra

View GitHub Profile
@gabriel-bezerra
gabriel-bezerra / pomodoro.sh
Created October 3, 2012 18:10 — forked from pcreux/pomodoro
Shell script Pomodoro timer for ubuntu unity
#!/bin/sh
#
# Pomodoro script.
#
# Displays a notification after 25 minutes.
#
# Don't forget to 'sudo apt-get install libnotify-bin'
#
# Shell script version by Gabriel Bezerra <gabriel.bezerra@gmail.com>
# based on the Ruby version by Philippe Creux at https://gist.github.com/1321896.