Added editor and runner scripts
This commit is contained in:
7
editor.sh
Executable file
7
editor.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
PROJ_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd );
|
||||||
|
|
||||||
|
cd "$PROJ_DIR" &> /dev/null || exit;
|
||||||
|
|
||||||
|
godot4 --path "$PROJ_DIR" --editor &> /dev/null & disown || exit;
|
Reference in New Issue
Block a user