5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
printf '\033c\033]0;%s\a' RuinAdventurer
|
|
base_path="$(dirname "$(realpath "$0")")"
|
|
"$base_path/game.x86_64" "$@"
|