From a552fe2b158b75496177f3f470c144569fa19d95 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 21 Oct 2023 16:26:18 +0200 Subject: Fix command-line args. With this commits (command-line) are properly set. Before they were always (guile). --- scripts/run-game | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 scripts/run-game (limited to 'scripts/run-game') diff --git a/scripts/run-game b/scripts/run-game deleted file mode 100755 index 3be3551..0000000 --- a/scripts/run-game +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec guile -c '(use-modules (game main)) (launch-game (command-line))' -- cgit v1.2.3