index
|
people
|
commits
|
about
shrub
/
shinobi
/ tree
summary
|
tree
|
log
|
branches
|
tags
main
shrub/shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t007
/
mk
1
2
export
FOO
=
bar
3
OUT
=
$
(
shell
echo
$
$
FOO
)
4
foo
:
;
@
echo
'
$(OUT)
'