5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
echo -ne '\033c\033]0;kicia game\a'
|
|
base_path="$(dirname "$(realpath "$0")")"
|
|
"$base_path/1feb2025-12-36.x86_64" "$@"
|