github.com/goplus/gop@v1.2.6/testdata/gsh-exec/exec.gsh (about) 1 gop "run", "./foo" 2 exec "gop run ./foo" 3 exec "FOO=100 gop run ./foo" 4 exec {"FOO": "101"}, "gop", "run", "./foo" 5 exec "gop", "run", "./foo" 6 exec "ls $HOME" 7 ls "${HOME}"