Files
natpass/code/client/shell/exec_windows.go
2021-09-27 18:28:26 +08:00

6 lines
70 B
Go

package shell
func (shell *Shell) Exec(id string) {
shell.id = id
}