Restart clock on exit / crash

This commit is contained in:
Admar Schoonen 2023-08-01 21:54:13 +02:00
parent 5c29619cc9
commit 25935b9f02
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
cd /home/admar/goodmorningsunshine
python3 ./clock.py
while [ true ] ; do
python3 ./clock.py
done