Files

7 lines
86 B
Plaintext
Raw Permalink Normal View History

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