PagerMaid-Modify/utils/start.sh

8 lines
106 B
Bash
Raw Normal View History

#!/bin/sh
while true; do
clear;
python3 -m pagermaid;
echo 'Restarting...';
sleep 1;
done