1 2 3 4 5
#!/bin/sh a=$(realpath --relative-to=jni/mkxp "$1") b=$(realpath --relative-to=jni/mkxp "$2") cd jni/mkxp xxd -i "$a" "$b"