PagerMaid-Modify/utils/start.sh

9 lines
98 B
Bash
Raw Normal View History

#!/bin/sh
2020-08-11 02:51:16 +00:00
while :
do
clear
python3 -m pagermaid
echo '正在重新启动...'
sleep 1
done