1 Star 0 Fork 0

rocket-booster/netmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 214 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangbojing 提交于 2018-03-25 00:15 . first commit
#!/bin/sh
os=$(uname -s)
topdir=$(cd $(dirname $0); pwd)
case $os in
Linux)
$topdir/LINUX/configure "$@";;
FreeBSD)
$topdir/FreeBSD/configure "$@";;
*)
echo "Sorry, $os is not supported"
exit 1;;
esac
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rocket-booster/netmap.git
git@gitee.com:rocket-booster/netmap.git
rocket-booster
netmap
netmap
master

搜索帮助