emacs-config/bin/mbsync

11 lines
177 B
Plaintext
Raw Normal View History

2024-03-14 21:33:59 -04:00
#! /bin/sh
rcpath=$XDG_CONFIG_HOME/emacs/local/lib/mu4e/mbsyncrc
if [ ! -f $rcpath ]; then
echo "mbsyncrc does not exist"
exit 1
fi
/usr/bin/mbsync -c "$rcpath" "$@"