mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 06:42:25 +02:00
9 lines
148 B
Bash
Executable File
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 "$@"
|