6 lines
79 B
Bash
6 lines
79 B
Bash
function var_export {
|
|
export \
|
|
data esp \
|
|
env env_mod \
|
|
live
|
|
}
|