scripts/xdg-wrappers/mbsync
2026-01-11 15:33:53 +01:00

6 lines
195 B
Bash
Executable file

#!/bin/zsh
#dep:mbsync
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
next=$(next-in-path mbsync $0)
if (( $? != 0 )); then exit 1; fi
$next -c ${XDG_CONFIG_HOME:-$HOME/.config}/mbsyncrc $@