1 Star 0 Fork 0

tomorrowsj / gopm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
helper.go 179 Bytes
一键复制 编辑 原始数据 按行查看 历史
Unknown 提交于 2013-12-02 06:26 . Added support for XP
//
// +build !windows
package cmd
import (
"os/exec"
)
func makeLink(srcPath, destPath string) error {
cmd := exec.Command("ln", "-s", srcPath, destPath)
return cmd.Run()
}
1
https://gitee.com/tomorrowsj/gopm.git
git@gitee.com:tomorrowsj/gopm.git
tomorrowsj
gopm
gopm
v0.6.5

搜索帮助

53164aa7 5694891 3bd8fe86 5694891