#!/bin/sh

test -x ropc-arm64 || (git clone https://github.com/xerub/ropc ropc-git && (cd ropc-git && ./Build.sh arm64) && ln -sf ropc-git/ropc-arm64 ropc-arm64) && exec ./ropc-arm64 "$@"
