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
#!/usr/bin/env ruby | |
# | |
# Pomodoro script. | |
# | |
# Displays a notification after given minutes. | |
# Use pomodoro.rb with args 10 = 10 min, 10s = 10 seconds | |
# | |
# Don't forget to 'sudo apt-get install libnotify-bin' | |
# |