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