From e43eb1177872f52e949fb5f0f93396ed94b0d093 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 2 Aug 2026 14:48:29 +0200 Subject: move to chezmoi --- home/dot_local/share/bin/executable_vdirsyncer | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/dot_local/share/bin/executable_vdirsyncer (limited to 'home/dot_local/share/bin/executable_vdirsyncer') diff --git a/home/dot_local/share/bin/executable_vdirsyncer b/home/dot_local/share/bin/executable_vdirsyncer new file mode 100644 index 0000000..7869f19 --- /dev/null +++ b/home/dot_local/share/bin/executable_vdirsyncer @@ -0,0 +1,6 @@ +#!/bin/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" -- cgit v1.2.3