5 lines
150 B
Bash
Executable file
5 lines
150 B
Bash
Executable file
#!/bin/zsh
|
|
#dep:mbsync
|
|
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
|
|
$(next-in-path mbsync $0) -c ${XDG_CONFIG_HOME:-$HOME/.config}/mbsyncrc $@
|