This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 29ea8762a3dd274c983d2ab04e3ad022702b9637
tree 8f34bfe5cb9f5973a18d2c32fe9c1fdaa5d98b61
parent 3e2d5eecac8131a9c56584d759a32920ec11c741
tree 8f34bfe5cb9f5973a18d2c32fe9c1fdaa5d98b61
parent 3e2d5eecac8131a9c56584d759a32920ec11c741
rcron /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 03 07:45:53 -0700 2009 | |
| |
LICENSE | Wed Jun 03 07:35:52 -0700 2009 | |
| |
README.rdoc | Thu Jun 04 01:11:32 -0700 2009 | |
| |
Rakefile | Wed Jun 03 07:35:52 -0700 2009 | |
| |
TODO | Wed Jun 03 07:35:52 -0700 2009 | |
| |
bin/ | Thu Jun 04 00:42:21 -0700 2009 | |
| |
examples/ | Thu Jun 04 00:59:37 -0700 2009 | |
| |
lib/ | Thu Jun 04 00:58:59 -0700 2009 | |
| |
spec/ | Wed Jun 03 08:55:30 -0700 2009 |
README.rdoc
rcron
A gem that provides…
Example
# sample_cron.rb
rcron do
job '* * * * *' do
# do something ...
end
job '10 */4 * * *' do
# do something ...
end
end
# command line..
rcron sample_cron.rb







