summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-15 14:47:08 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-15 14:47:08 -0400
commita2b03f564d1eb66298c5502b07e36c67f856857e (patch)
treeeaf8c93129b3ebb4256542eb1339a28baf4a8ac5 /scripts
Add project skeleton.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bonnie-bee3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/bonnie-bee b/scripts/bonnie-bee
new file mode 100755
index 0000000..a4c770f
--- /dev/null
+++ b/scripts/bonnie-bee
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec guile -c '(use-modules (bonnie-bee splash)) (launch-game)'