1、依赖安装
Debian / Ubuntu :
apt-get update
apt-get install python wget screen -y
CentOS / RHEL :
yum install screen wget python -y
2、使用方法
screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py
0