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