Skip to content

Instantly share code, notes, and snippets.

@kevincolyar
Created September 2, 2010 18:38
Show Gist options
  • Save kevincolyar/562701 to your computer and use it in GitHub Desktop.
Save kevincolyar/562701 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'tasklist'
during '2010 September' do
on '2010-09-03' do
task 'Take out garbage'
task 'Wash car'
end
on '2010-09-02' do
task 'Create tasklist DSL', '09:15:56', '', 'admin', 'done'
task 'Push tasklist to github', '09:34:00', '09:38:04', 'github'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment