项目地址:https://github.com/fuqiuluo/unidbg-fetch-qsign
root目录下新建qsign目录,上传unidbg-fetch-qsign-1.1.9.zip文件,运行unzip unidbg-fetch-qsign-1.1.9.zip解压缩到当前目录。
新建text.md文件,内容如下:
启动命令 nohup bash /root/qsign/unidbg-fetch-qsign-1.1.9/bin/unidbg-fetch-qsign --basePath=/root/qsign/unidbg-fetch-qsign-1.1.9/txlib/8.9.73 1>/root/qsign/unidbg-fetch-qsign-1.1.9/bin/date -d today +%Y%m%d.log 2>&1 &
查看进程 ps -ef|grep basePath=/root/qsign/unidbg-fetch-qsign-1.1.9/txlib/8.9.73 | grep -v grep | awk '{print $2}'
结束进程 kill -9 'id'