summaryrefslogtreecommitdiff
path: root/scripts/host-garden.in
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-18 11:35:54 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-01-06 16:00:25 -0500
commit4c032a6593bd2f9da87801c210351691010154ec (patch)
tree7ba6cfd4677a31676408ccec0c89e4d52b11318b /scripts/host-garden.in
parent806e19f450497f62237240fe5a7596d521c3a137 (diff)
Just for fun: Now both host/join programs are graphical.
Diffstat (limited to 'scripts/host-garden.in')
-rwxr-xr-xscripts/host-garden.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/host-garden.in b/scripts/host-garden.in
new file mode 100755
index 0000000..55e8977
--- /dev/null
+++ b/scripts/host-garden.in
@@ -0,0 +1,6 @@
+#!@GUILE@ --no-auto-compile
+-*- scheme -*-
+!#
+(use-modules (community-garden host))
+
+(apply host-garden (cdr (command-line)))