aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/bin/executable_vdirsyncer
blob: 6112823683a25793f942ae499a718658a1f14439 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
CFG_TMP="$XDG_CONFIG_HOME/vdirsyncer/config"
mkfifo --mode 700 "$CFG_TMP"
"$XDG_CONFIG_HOME/vdirsyncer/config_gen" > "$CFG_TMP" &
/usr/bin/vdirsyncer --config "$CFG_TMP" "$@"
rm -f "$CFG_TMP"