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
2025-01-06 21:30:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e640cb4ad1
hush
/
shell
/
hush_test
/
hush-misc
/
func4.tests
8 lines
71 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
}
val_x=24
(func x)
echo Done
Reference in New Issue
Copy Permalink