made event ok lines more consistant
[urisagit/Stem.git] / conf / hello_shell.stem
1 # hello_shell.stem
2 [
3         class   =>      'Stem::Console',
4 ],
5 [
6         class   =>      'Stem::Proc',
7         name    =>      'hello',
8         args    =>      [
9                 path            => 'bin/hello.sh',
10                 cell_attr       => [
11                         'data_addr'     => 'console',
12                 ],
13         ],
14 ],