1 Star 0 Fork 30

matrixgo2023/yhmud

forked from mudren/yhmud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
哎哟喂 提交于 2023-06-05 19:09 . 更新驱动脚本
#!/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.ini
else
# 如果 driver 文件不存在,则提示请先运行 build.sh 编译 driver
echo "Please run build.sh first to compile the driver."
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/matrixgo2023/mud.git
git@gitee.com:matrixgo2023/mud.git
matrixgo2023
mud
yhmud
master

搜索帮助