5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
echo -ne '\033c\033]0;EvilCocoTestGame1\a'
|
|
base_path="$(dirname "$(realpath "$0")")"
|
|
"$base_path/test.x86_64" "$@"
|