summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-05-24 08:54:11 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-05-24 08:54:11 -0400
commitc1d5240aecab77021c262b9ad1ac27df54b59017 (patch)
treec35ce43231eef223171503f6c6ec5fe33966abc2 /scripts
First commit!
Diffstat (limited to 'scripts')
-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))'