Skip to content

Instantly share code, notes, and snippets.

@tobias
Created November 5, 2009 15:37
Show Gist options
  • Save tobias/227129 to your computer and use it in GitHub Desktop.
Save tobias/227129 to your computer and use it in GitHub Desktop.
# on Start
do shell script "~/bin/set_campfire_status.rb \"Starting Pomodoro '$pomodoroName'\""
# on End
do shell script "~/bin/set_campfire_status.rb \"Pomodoro '$pomodoroName' ended\""
# on Reset
do shell script "~/bin/set_campfire_status.rb \"Pomodoro '$pomodoroName' ended (reset)\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment