1887e1c
b049b85
1 2 3 4 5
6 7
8
#!/bin/sh while true; do /mirror.sh echo "Sleep 1h @ $(date)" sleep 1h done