5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
export FOOBAR='hello'
|
||
|
echo $FOOBAR world
|
||
|
cd /
|
||
|
echo baz
|