File size: 114 Bytes
58aecdf |
1 2 3 4 5 |
#!/bin/sh
echo -ne '\033c\033]0;Ships\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/Ships.x86_64" "$@"
|
58aecdf |
1 2 3 4 5 |
#!/bin/sh
echo -ne '\033c\033]0;Ships\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/Ships.x86_64" "$@"
|