9 Star 97 Fork 17

notify / 新月杀

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mkfksource.sh 231 Bytes
一键复制 编辑 原始数据 按行查看 历史
notify 提交于 2023-09-21 23:21 . small fix
#!/bin/bash
dir=FreeKill-${FK_VER}
mkdir $dir
echo Copying
cp -r ./FreeKill/.git $dir
cd $dir
git restore .
git checkout v$FK_VER
rm -rf .git lib docker docs android wasm
cd ..
echo Compressing
tar cfz ${dir}-source.tar.gz $dir
Lua
1
https://gitee.com/notify-ctrl/FreeKill.git
git@gitee.com:notify-ctrl/FreeKill.git
notify-ctrl
FreeKill
新月杀
master

搜索帮助