Files
HorrorGame/Exports/Game_linux.sh
Willow Behar 18ba83c0da Export tests
2024-05-13 18:17:20 -05:00

5 lines
124 B
Bash
Executable File

#!/bin/sh
echo -ne '\033c\033]0;HorrorGame\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/Game_linux.x86_64" "$@"