mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

user-env (163B)


      1 #!/command/execlineb -S0
      2 
      3 backtick USER { whoami }
      4 importas -i USER USER
      5 
      6 backtick HOME { homeof ${USER} }
      7 importas -i HOME HOME
      8 s6-envdir ${HOME}/.config/env
      9 
     10 $@