PagerMaid-Modify/utils/start.sh
Kevin Sanchez 4847dea439
✏️ Format code (#25)
2020-08-11 10:51:16 +08:00

9 lines
98 B
Bash

#!/bin/sh
while :
do
clear
python3 -m pagermaid
echo '正在重新启动...'
sleep 1
done