summaryrefslogtreecommitdiff
path: root/scripts/run-game
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-game')
-rwxr-xr-xscripts/run-game3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run-game b/scripts/run-game
new file mode 100755
index 0000000..3be3551
--- /dev/null
+++ b/scripts/run-game
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec guile -c '(use-modules (game main)) (launch-game (command-line))'