This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-10-29 20:27:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f76fd17d74
hush
/
shell
/
hush_test
/
hush-misc
/
func4.tests
8 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
TODO: add some Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-13 00:18:43 +00:00
func() {
eval "echo \"\${val_${1}}\""
hush: nommu fix for function passing
2009-04-26 20:06:14 +00:00
}
whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-01-25 12:39:24 +00:00
val_x=24
hush: nommu fix for function passing
2009-04-26 20:06:14 +00:00
(func x)
echo Done
Reference in New Issue
Copy Permalink