1 Star 4 Fork 3

mudcore / mud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 判断 driver 文件是否存在
if [ -f "fluffos/build/bin/driver" ]; then
# 如果 driver 文件存在,则运行 ./fluffos/build/bin/driver config.cfg
cd $(dirname "$0")
./fluffos/build/bin/driver config.cfg
else
# 如果 driver 文件不存在,则提示请先运行 build.sh 编译 driver
echo "Please run build.sh first to compile the driver."
fi
1
https://gitee.com/mudcore/mud.git
git@gitee.com:mudcore/mud.git
mudcore
mud
mud
main

搜索帮助