9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
if [ "$(hostname)" = "localhost" ]; then
|
||
|
mbsync --config=$HOME/.config/isync/phone-config
|
||
|
else
|
||
|
mbsync --config=$HOME/.config/isync/config main
|
||
|
fi
|
||
|
|
||
|
vdirsyncer sync
|
||
|
rbw sync
|