shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
functions
/
shell
/
t019
/
mk
1
2
export
PATH
=
$
(
shell
echo
"
tests:$$PATH
"
)
3
foo
=
$
(
shell
echo
yes
)
4
5
all
:
;
echo
$
(
foo
)