#!/bin/sh
DIR=$(dirname "$(readlink -f "$0")")
exec "$DIR/PrimeConsole.bin" --no-sandbox "$@"
