mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
|
# Export makes a variable something that will be included in child process environments
|
||
|
export VARNAME="value"
|
||
|
|
||
|
# Calling export with no arguments will show current shell attributes
|
||
|
export
|