diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-22 08:24:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-23 16:29:08 -0400 |
commit | ea0d3009fa7020d75c1657cb532570305de699a6 (patch) | |
tree | 288c154ad995c78115eeb85140dff2703fad3f50 /scripts/run-game | |
parent | 00df702b030ee01d6c544cb7e3e1170b7f29a343 (diff) |
Allow game to be properly installable.
Diffstat (limited to 'scripts/run-game')
-rwxr-xr-x | scripts/run-game | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/run-game b/scripts/run-game deleted file mode 100755 index 15bbf9d..0000000 --- a/scripts/run-game +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec guile -c '(use-modules (super-bloom main)) (launch-game)' |