mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
5 lines
135 B
Text
5 lines
135 B
Text
# Calling export with no arguments will show current shell attributes
|
|
export
|
|
|
|
# Create new environment variable
|
|
export VARNAME="value"
|