e1fcc521 ^
1 2 3 4
#!/usr/bin/env zsh # Compare xxd output of two files. diff -u <(xxd $1) <(xxd $2)