TACC / rgc

RollingGantryCrane pulls and converts containers to LMOD modules
https://tacc.github.io/rgc/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Export functions #21

Open zyndagj opened 4 years ago

zyndagj commented 4 years ago

Should include something like this

if (myShellName() == "bash") then
        execute{cmd="export -f funcs", modeA={"load"}}
        execute{cmd="unset funcs", modeA={"unload"}}
end