aboutsummaryrefslogtreecommitdiff
path: root/roles/git/files/runner-mirror/periodic.sh
blob: 0eab0d0427075a863e6da3e99b33c153e75468cb (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

while true; do
    /mirror.sh

    echo "Sleep @ $(date)"
    sleep 8h
done