diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-game | 3 |
1 files changed, 3 insertions, 0 deletions
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))' |