diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-25 14:51:00 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-25 14:51:00 -0400 |
commit | 8fc01b81e0f95c8ea187d179b6f6a6b9afc4e79e (patch) | |
tree | 3ff4f1250699e4006d584b8562992499e9643d4a /run-game | |
parent | 4ea611de4efe34a0f193572979c20372d4202b9f (diff) |
Break code up into modules.
Diffstat (limited to 'run-game')
-rwxr-xr-x | run-game | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (game)) (launch-game)' +DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (test-subject game)) (launch-game)' |