projects
/
urisagit/Stem.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
cleaned up demo scripts locations
[urisagit/Stem.git]
/
conf
/
hello_shell.stem
Commit
Line
Data
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
],