diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-15 14:47:08 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-15 14:47:08 -0400 |
commit | a2b03f564d1eb66298c5502b07e36c67f856857e (patch) | |
tree | eaf8c93129b3ebb4256542eb1339a28baf4a8ac5 /scripts |
Add project skeleton.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bonnie-bee | 3 |
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)' |