htbt.sh 220 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 #/bin/bash for ((;;)); do echo "heatbeat at `date`" curl 'http://ossrs.net:8085/api/v1/servers' -H 'Content-Type: text/html' --data-binary "{\"ip\":\"${ip}\",\"device_id\":\"respberry-pi2\"}" && echo "" sleep 30 done