#!/bin/sh cd /opt/virtualx/ if uname -m | grep -q 'x86_64'; then ./virtualxrpg.x86_64 else ./virtualxrpg.arm64 fi