diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-28 08:00:48 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-28 08:00:48 -0400 |
commit | d2ca3fe8b59c93baf9f5c29b14710e5d1eed2e7a (patch) | |
tree | 73a09c1f91a1969c31df6ee1196fcfe03d8a1d8a /scripts |
First commit!
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/apple-town-fair | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/apple-town-fair b/scripts/apple-town-fair new file mode 100755 index 0000000..3d3f69e --- /dev/null +++ b/scripts/apple-town-fair @@ -0,0 +1,3 @@ +#!/bin/sh + +exec guile -c '(use-modules (apple-town-fair splash)) (launch-game)' |