summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
commitd2ca3fe8b59c93baf9f5c29b14710e5d1eed2e7a (patch)
tree73a09c1f91a1969c31df6ee1196fcfe03d8a1d8a /scripts
First commit!
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/apple-town-fair3
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)'