mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +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" "$@"
|