diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-17 14:12:31 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-17 14:12:31 -0400 |
commit | 0917967a4f11ea9dfd49154dc538b8223163c5d9 (patch) | |
tree | 50cc5e299cc3e9bfb14d2fda7f21815bd86f2365 /run-game | |
parent | 8de38cdc53b8bc1ce7d6e5bca1b00ada93e0f967 (diff) |
More scaffolding.
Diffstat (limited to 'run-game')
-rwxr-xr-x | run-game | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-game b/run-game new file mode 100755 index 0000000..3b2225f --- /dev/null +++ b/run-game @@ -0,0 +1,3 @@ +#!/bin/sh + +./pre-inst-env guile game.scm |