7 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
sleep 60
while true; do
/usr/local/bin/check_certs
sleep 86400
done