pull/36/head
Evan Chen 2021-10-21 02:20:45 +08:00
parent 42b92ff5bc
commit b1b7ca737b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"sync"
)
var UNIX_SHELL = "bash"
var UNIX_SHELL = "sh"
var WIN_SHELL = "cmd"
type File struct {