6
2026-01-18 12:53:36 +03:00

9 lines
148 B
Bash
Executable File

#!/bin/sh
# cd to file containing script or something?
BASEDIR=$(dirname "$0")
echo "$BASEDIR"
cd "$BASEDIR"
exec ../Resources/Robust.Client "$@"