Created
October 4, 2011 05:44
-
-
Save adaptives/1260981 to your computer and use it in GitHub Desktop.
PyPomodoro Executable Script
This file contains hidden or 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
#! 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