✏️ Format code (#25)

This commit is contained in:
Kevin Sanchez 2020-08-11 10:51:16 +08:00 committed by GitHub
parent cb722a5f70
commit 4847dea439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
#!/bin/sh
while true; do
clear;
python3 -m pagermaid;
echo '正在重新启动...';
sleep 1;
while :
do
clear
python3 -m pagermaid
echo '正在重新启动...'
sleep 1
done