9 Star 113 Fork 18

notify/新月杀

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploycore.sh 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
notify 提交于 2024-10-22 00:10 . Changelog: v0.4.20
#!/bin/bash
# 游戏依托freekill-core这个特殊仓库进行日常更新与开发
# 在更新版本号之前,需要先把它们与自带的lua/同步一下
PWD=$(pwd)
if ! [ -e packages/freekill-core ]; then
echo '需要有freekill-core才可执行'
cd $PWD
exit 1
fi
rm -r lua/
delcode() {
cd $1
find -name '*.lua' -delete
find -empty -delete
cd ..
}
cd packages
delcode standard
delcode standard_cards
delcode maneuvering
cp -r freekill-core/lua ..
cp -r freekill-core/standard .
cp -r freekill-core/standard_cards .
cp -r freekill-core/maneuvering .
cd $PWD
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/notify-ctrl/FreeKill.git
git@gitee.com:notify-ctrl/FreeKill.git
notify-ctrl
FreeKill
新月杀
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385