1 2 3 4 5 6 7
#!/usr/bin/env zsh set -e subx translate $* -o a0.elf xxd a0.elf > a0.xxd ./ntranslate $* # into a.elf and a.xxd diff a0.xxd a.xxd