1 2 3 4 5 6 7 8 9 10
#!/bin/sh . "lib_common.sh" check_program "mbsync" while true; do mbsync -a sleep 300 done