This repository has been archived on 2025-10-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
space-shooter/run.sh
2024-11-18 11:46:36 -06:00

8 lines
186 B
Bash
Executable File

#!/bin/sh
PROJ_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd );
cd "$PROJ_DIR" &> /dev/null || exit;
godot4 --path "$PROJ_DIR" &> /dev/null & disown || exit;