mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
dadfb4975b
*: remove a few inline keywords no code changes
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:$?
|