6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# xdg-base-dir override of mbsync
|
||
|
|
||
|
/bin/mbsync -c "$XDG_CONFIG_HOME/isync/mbsyncrc" "$@"
|