#!/bin/sh if command -v mbsync >/dev/null then mbsync -a fi if command -v vdirsyncer >/dev/null then vdirsyncer sync fi