fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / cron.stem
1 # cron.stem
2 #
3 [
4         class   =>      'Stem::Console',
5 ],
6 [
7         class   =>      'Stem::Demo::Cmd',
8         name    =>      'cmd',
9 ],
10 [
11         class   =>      'Stem::Cron',
12         name    =>      'cron',
13         args    =>      [
14
15                 'hours'         => [ 0 .. 8 ],
16                 'month_days'    => [ '11-15' ],
17                 'months'        => [ '12' ],
18
19                 'msg'   => [
20
21                         'to_cell'       => 'console',
22                         'data'          => "foo\n",
23                 ]
24         ],
25 ],