1
0
forked from x/icebergs
icebergs/base/cli/system_windows.go
2024-04-22 08:27:21 +08:00

12 lines
158 B
Go

package cli
import (
"os/exec"
ice "shylinux.com/x/icebergs"
)
func _system_cmds(m *ice.Message, cmd *exec.Cmd, arg ...string) *exec.Cmd {
return cmd
}