about summary refs log tree commit diff stats
path: root/subx/xdiff
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-15 22:29:01 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-15 22:29:01 -0700
commite1fcc521be3d2ec9e379b3baa974cb805386496d (patch)
tree0a4bdc3f2eb32d1dbbcb404ced0537a93efbaf31 /subx/xdiff
parent8f64fc0a603c728348c14401dafbe2e10709a201 (diff)
downloadmu-e1fcc521be3d2ec9e379b3baa974cb805386496d.tar.gz
4349
Diffstat (limited to 'subx/xdiff')
-rwxr-xr-xsubx/xdiff4
1 files changed, 4 insertions, 0 deletions
diff --git a/subx/xdiff b/subx/xdiff
new file mode 100755
index 00000000..3e0c034d
--- /dev/null
+++ b/subx/xdiff
@@ -0,0 +1,4 @@
+#!/usr/bin/env zsh
+# Compare xxd output of two files.
+
+diff -u <(xxd $1) <(xxd $2)