summaryrefslogtreecommitdiff
path: root/scripts/run-game.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-game.in')
-rw-r--r--scripts/run-game.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/run-game.in b/scripts/run-game.in
new file mode 100644
index 0000000..3a1020d
--- /dev/null
+++ b/scripts/run-game.in
@@ -0,0 +1,7 @@
+#!@GUILE@ \
+--no-auto-compile -e main -s
+!#
+
+(use-modules (game main))
+(define* (main #:optional (args (command-line)))
+ (launch-game args))