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 /scripts | |
parent | ddb16c01b838a94f8e39ccd23bb995ffcd1fce29 (diff) |
Add executable.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/the-test-subject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/the-test-subject b/scripts/the-test-subject new file mode 100755 index 0000000..df8e56d --- /dev/null +++ b/scripts/the-test-subject @@ -0,0 +1,3 @@ +#!/bin/sh + +exec guile -c '(use-modules (test-subject game)) (launch-game)' |