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