From: martin f. krafft Date: Mon, 22 Apr 2013 20:50:11 +0000 (+0200) Subject: add vcsh integration hooks X-Git-Url: https://git.madduck.net/etc/crontab.git/commitdiff_plain/b938b769477dbcb5f236d84a482f51bf48aa0711 add vcsh integration hooks --- diff --git a/.config/vcsh/hooks-available/crontab.post-run+enter b/.config/vcsh/hooks-available/crontab.post-run+enter new file mode 100755 index 0000000..48da5e1 --- /dev/null +++ b/.config/vcsh/hooks-available/crontab.post-run+enter @@ -0,0 +1,2 @@ +#!/bin/sh +exec make -sC ~/.crontab.d diff --git a/.config/vcsh/hooks-enabled/crontab.post-enter b/.config/vcsh/hooks-enabled/crontab.post-enter new file mode 120000 index 0000000..b6303c2 --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-enter @@ -0,0 +1 @@ +../hooks-available/crontab.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/crontab.post-run b/.config/vcsh/hooks-enabled/crontab.post-run new file mode 120000 index 0000000..b6303c2 --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-run @@ -0,0 +1 @@ +../hooks-available/crontab.post-run+enter \ No newline at end of file