diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-05-24 08:54:11 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-05-24 08:54:11 -0400 |
commit | c1d5240aecab77021c262b9ad1ac27df54b59017 (patch) | |
tree | c35ce43231eef223171503f6c6ec5fe33966abc2 /scripts/run-game |
First commit!
Diffstat (limited to 'scripts/run-game')
-rwxr-xr-x | scripts/run-game | 3 |
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))' |