1 Star 0 Fork 4

Oneton/Arkf

forked from jxr2006/Arkf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update_run.sh 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
jxr2006 提交于 2021-10-29 07:14 +08:00 . add initshell.
# !/bin/bash
cd /root
curl -O https://gitee.com/jxr2006/ark-fatigue/raw/main/arknights.py
echo -e '\033[1;34;47m开始运行抓包程序\033[0m
\033[1;34m输入1并回车来确认,输入其他则终止进程(终止后可以输入python3 arknights.py来运行):\033[0m'
read res
test $res = '1' && python3 /root/arknights.py || echo -e '取消运行程序'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/oneton/ark-fatigue.git
[email protected]:oneton/ark-fatigue.git
oneton
ark-fatigue
Arkf
main

搜索帮助