✏️ Format code (#25)
This commit is contained in:
parent
cb722a5f70
commit
4847dea439
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user