1 Star 1 Fork 16

宝华杨教练/JD-FreeFuck

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
auto-script.sh 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
SuperManito 提交于 2021-02-06 01:19 . Create auto-script.sh
#!/bin/bash
## Author:SuperManito
## Modified:2021-2-6
## 安装目录
BASE="/opt/jd"
## 一键脚本:
function AutoScript() {
## 编写一键执行所有活动脚本:
touch $BASE/run-all.sh
bash $BASE/jd.sh | grep -o 'jd_[a-z].*' >$BASE/run-all.sh
bash $BASE/jd.sh | grep -o 'jx_[a-z].*' >>$BASE/run-all.sh
sed -i 's/^/bash jd.sh &/g' $BASE/run-all.sh
sed -i 's/.js/ now/g' $BASE/run-all.sh
sed -i '1i\#!/bin/bash' $BASE/run-all.sh
cat $BASE/run-all.sh | grep jd_crazy_joy_coin -wq
if [ $? -eq 0 ]; then
sed -i "s/bash jd.sh jd_crazy_joy_coin now//g" $BASE/run-all.sh
sed -i '/^\s*$/d' $BASE/run-all.sh
echo "bash jd.sh jd_crazy_joy_coin now" >>$BASE/run-all.sh
fi
## 编写一键更新脚本:
touch $BASE/manual-update.sh
cat >$BASE/manual-update.sh <<EOF
#!/bin/bash
bash git_pull.sh
rm -rf run-all.sh
touch run-all.sh
bash jd.sh | grep -o 'jd_[a-z].*' >run-all.sh
bash jd.sh | grep -o 'jx_[a-z].*' >>run-all.sh
sed -i 's/^/bash jd.sh &/g' run-all.sh
sed -i 's/.js/ now/g' run-all.sh
sed -i '1i\#!/bin/bash' run-all.sh
cat run-all.sh | grep jd_crazy_joy_coin -wq
if [ $? -eq 0 ];then
sed -i "s/bash jd.sh jd_crazy_joy_coin now//g" run-all.sh
sed -i '/^\s*$/d' run-all.sh
echo "bash jd.sh jd_crazy_joy_coin now" >>run-all.sh
fi
EOF
}
AutoScript
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/cxhhcn/JD-FreeFuck.git
git@gitee.com:cxhhcn/JD-FreeFuck.git
cxhhcn
JD-FreeFuck
JD-FreeFuck
main

搜索帮助