IonutParau 687cfebd00 testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
2025-06-28 20:41:49 +02:00

16 lines
220 B
Plaintext

NAME
unset - remove an environment variable
SYNOPSIS
unset [VARNAME]
DESCRIPTION
Removes an environment variable
EXAMPLES
unset some_variable
Removes the environment variable some_variable
SEE ALSO
set