# hello_shell.stem
[
class => 'Stem::Console',
],
[
class => 'Stem::Proc',
name => 'hello',
args => [
path => 'bin/hello.sh',
cell_attr => [
'data_addr' => 'console',
],
],
],
# hello_shell.stem
[
class => 'Stem::Console',
],
[
class => 'Stem::Proc',
name => 'hello',
args => [
path => 'bin/hello.sh',
cell_attr => [
'data_addr' => 'console',
],
],
],