PagerMaid-Modify/utils/start.sh

8 lines
114 B
Bash
Raw Normal View History

#!/bin/sh
while true; do
clear;
python3 -m pagermaid;
2020-04-01 13:58:06 +00:00
echo '正在重新启动...';
sleep 1;
done