mirror of
https://github.com/sheumann/hush.git
synced 2025-01-31 03:34:10 +00:00
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
# reject invalid vars
|
||
|
hush -c 'echo ${1q}'
|
||
|
hush -c 'echo ${&}'
|
||
|
hush -c 'echo ${$}'
|