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