summaryrefslogtreecommitdiff
path: root/run-game
diff options
context:
space:
mode:
Diffstat (limited to 'run-game')
-rwxr-xr-xrun-game2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-game b/run-game
index a50c20c..0fb9b15 100755
--- a/run-game
+++ b/run-game
@@ -1,3 +1,3 @@
#!/bin/sh
-DEV_MODE=1 ./pre-inst-env guile game.scm
+DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (game)) (launch-game)'