diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-05-26 07:37:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-05-26 07:37:38 -0400 |
commit | 255fbd76234e0411a9e95b7b80a28bf79c8dfff1 (patch) | |
tree | 7c9bb0b1fe38e8202f9586bfba4e6d9933180237 /scripts |
First commit!
Diffstat (limited to 'scripts')
-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..15bbf9d --- /dev/null +++ b/scripts/run-game @@ -0,0 +1,3 @@ +#!/bin/sh + +exec guile -c '(use-modules (super-bloom main)) (launch-game)' |