示例#1
0
文件: main.go 项目: runner-mei/wsman
func Exit(shell *wsman.Shell, exitCode int) {
	if nil != shell {
		shell.Close()
	}
	os.Exit(exitCode)
}