summaryrefslogtreecommitdiff
path: root/scripts/join-garden.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/join-garden.in')
-rwxr-xr-xscripts/join-garden.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/join-garden.in b/scripts/join-garden.in
new file mode 100755
index 0000000..dedc262
--- /dev/null
+++ b/scripts/join-garden.in
@@ -0,0 +1,6 @@
+#!@GUILE@ --no-auto-compile
+-*- scheme -*-
+!#
+(use-modules (community-garden join))
+
+(apply join-garden (cdr (command-line)))