From c3f523e30270f44118fedb02898cc872f8a88aab Mon Sep 17 00:00:00 2001 From: unfa Date: Fri, 17 Sep 2021 21:12:28 +0200 Subject: [PATCH] Added a shell script for starting the game in editor quickly. --- Liblast.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Liblast.sh diff --git a/Liblast.sh b/Liblast.sh new file mode 100755 index 0000000..a2cbc26 --- /dev/null +++ b/Liblast.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd ./Game +../Godot/godot +cd .. +read