summaryrefslogtreecommitdiff
path: root/bin/jdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jdiff')
-rwxr-xr-xbin/jdiff3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/jdiff b/bin/jdiff
new file mode 100755
index 0000000..c7eb308
--- /dev/null
+++ b/bin/jdiff
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+vimdiff <(jq -S . $1) <(jq -S . $2)