✏️ Format code (#25)
This commit is contained in:
parent
cb722a5f70
commit
4847dea439
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
while true; do
|
while :
|
||||||
clear;
|
do
|
||||||
python3 -m pagermaid;
|
clear
|
||||||
echo '正在重新启动...';
|
python3 -m pagermaid
|
||||||
sleep 1;
|
echo '正在重新启动...'
|
||||||
|
sleep 1
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user