fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / conf / hello_shell.stem
CommitLineData
4536f655 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],