5 lines
102 B
Bash
5 lines
102 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export VDIRSYNCER_CONFIG=/var/lib/vdirsyncer/config
|
||
|
vdirsyncer discover && vdirsyncer sync
|