From c1d5240aecab77021c262b9ad1ac27df54b59017 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 24 May 2023 08:54:11 -0400 Subject: First commit! --- scripts/run-game | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/run-game (limited to 'scripts/run-game') diff --git a/scripts/run-game b/scripts/run-game new file mode 100755 index 0000000..3be3551 --- /dev/null +++ b/scripts/run-game @@ -0,0 +1,3 @@ +#!/bin/sh + +exec guile -c '(use-modules (game main)) (launch-game (command-line))' -- cgit v1.2.3