jonny_l480 7157a4ebcf 2020.12 FatFrank Font, red banner
this state was used from ~2018 to 2022.12
2022-12-23 19:10:32 +01:00

8 lines
88 B
Bash
Executable File

#!/bin/bash
while true; do
echo $(date);
./generate-banner.sh;
sleep 60;
done
}