From d2ca3fe8b59c93baf9f5c29b14710e5d1eed2e7a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 28 Oct 2022 08:00:48 -0400 Subject: First commit! --- scripts/apple-town-fair | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/apple-town-fair (limited to 'scripts') 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)' -- cgit v1.2.3