index
:
mu
this commit
hlt
main
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.
Kartik K. Agaram <vc@akkartik.com>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
subx
/
xdiff
blob: 3e0c034d4d41bec282838b39260cca46c826ddc1 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env zsh
# Compare xxd output of two files.
diff
-u
<
(
xxd
$1
)
<
(
xxd
$2
)