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