summaryrefslogtreecommitdiff
path: root/zabbix_guix
diff options
context:
space:
mode:
Diffstat (limited to 'zabbix_guix')
-rw-r--r--zabbix_guix4
1 files changed, 4 insertions, 0 deletions
diff --git a/zabbix_guix b/zabbix_guix
new file mode 100644
index 0000000..b220d40
--- /dev/null
+++ b/zabbix_guix
@@ -0,0 +1,4 @@
+#!/bin/sh
+# -*- scheme -*-
+exec ${GUILE:-$(which guile)} $GUILE_FLAGS --no-auto-compile -e '(@@ (zabbix) main)' -s "$0" "$@"
+!#