Skip to content

Instantly share code, notes, and snippets.

@adaptives
Created October 4, 2011 05:44
Show Gist options
  • Save adaptives/1260981 to your computer and use it in GitHub Desktop.
Save adaptives/1260981 to your computer and use it in GitHub Desktop.
PyPomodoro Executable Script
#! python
from pypomodoro import pomodoro
from sys import argv
script, task, time_period = argv
pomodoro.start(task, time_period)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment