Files
dotfiles/bin/sync
2019-11-18 10:13:03 -05:00

10 lines
139 B
Bash
Executable File

#!/bin/sh
if command -v offlineimap &> /dev/null; then
offlineimap
fi
if command -v vdirsyncer &> /dev/null; then
vdirsyncer sync
fi