diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-05-02 06:41:20 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-05-02 06:41:20 -0400 |
commit | 820ab7a5cd3337f4cc3585c4acbec2f66c34a897 (patch) | |
tree | c07a44667c187ec139ee33f71588d786e449cb0a /run-game | |
parent | ddb16c01b838a94f8e39ccd23bb995ffcd1fce29 (diff) |
Add executable.
Diffstat (limited to 'run-game')
-rwxr-xr-x | run-game | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -./pre-inst-env guile -c '(use-modules (test-subject game)) (launch-game)' +./pre-inst-env scripts/the-test-subject |