codeskyblue / gosuv

Deprecated!!! Process managerment writtern by golang, inspired by python-supervisor
MIT License
646 stars 181 forks source link

command support expandenv #4

Closed codeskyblue closed 8 years ago

codeskyblue commented 8 years ago

For example: command echo $HELLO

If HELLO=hello

command should output hello

codeskyblue commented 8 years ago

No need to do, actually already support.