5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
# reject invalid vars
|
||
|
hush -c 'echo ${1q}'
|
||
|
hush -c 'echo ${&}'
|
||
|
hush -c 'echo ${$}'
|