Ai
1 Star 3 Fork 2

lwow2025/snake-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ubuntu_open_terminal_exec_cmd.go 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
lwow2025 提交于 2018-09-16 12:25 +08:00 . fix bug
// 要写在package上边
//+build linux
package shell_util
import (
"fmt"
)
// 命令,打开控制台执行tail
func OpenTerminalExec(cmd string) string {
return fmt.Sprintf(`gnome-terminal -x bash -c "%v"`, cmd)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lwow2025/snake-go.git
git@gitee.com:lwow2025/snake-go.git
lwow2025
snake-go
snake-go
b5afa3f837d4

搜索帮助