mirror of
https://github.com/sheumann/hush.git
synced 2025-03-12 09:29:36 +00:00
7 lines
149 B
Plaintext
Executable File
7 lines
149 B
Plaintext
Executable File
# builtins, unlike keywords like "while", can be constructed
|
|
# with substitutions
|
|
VARIABLE=export
|
|
$VARIABLE VARIABLE
|
|
env | grep ^VARIABLE
|
|
echo OK:$?
|