mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-12 07:25:38 +00:00
5 lines
138 B
Bash
5 lines
138 B
Bash
#!/bin/sh
|
|||
echo -ne '\033c\033]0;RetroDECK Configurator\a'
|
|||
base_path="$(dirname "$(realpath "$0")")"
|
|||
"$base_path/configurator.x86_64" "$@"
|