8 lines
117 B
Text
8 lines
117 B
Text
|
|
@(next :env)
|
||
|
|
@(gather :vars (home user path (shell "/bin/sh")))
|
||
|
|
HOME=@home
|
||
|
|
USER=@user
|
||
|
|
PATH=@path
|
||
|
|
SHELL=@shell
|
||
|
|
@(end)
|