installed_progs.t: Python checks stdout too, 150 ok
[sunny256-utils.git] / jsondiff
blobc9a14dd8dad3fcf8c5b3cd6ce27af05d5a93290a
1 #!/bin/bash
3 #==============================================================================
4 # jsondiff
5 # File ID: c660f5f6-08ef-11e8-9214-f74d993421b0
6 #==============================================================================
8 progname=jsondiff
9 VERSION=0.1.0
11 vimdiff <(jsonfmt.py <"$1") <(jsonfmt.py <"$2")
13 # vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 :