godot-chess/Project/chess_linux.sh

5 lines
126 B
Bash
Raw Normal View History

2024-04-14 21:35:09 -07:00
#!/bin/sh
echo -ne '\033c\033]0;Godot Chess\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/chess_linux.x86_64" "$@"