From 9ce33a007d305cec0ebb91dc4839d0d2a05837ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Aug 2016 11:21:54 +0100 Subject: Hacks. --- hacks/subdiff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hacks/subdiff (limited to 'hacks/subdiff') diff --git a/hacks/subdiff b/hacks/subdiff new file mode 100644 index 000000000..8c40fb401 --- /dev/null +++ b/hacks/subdiff @@ -0,0 +1,10 @@ +#!/bin/bash + +a=`realpath $1` +b=`realpath $2` +tmp=$$ +mkdir -p $tmp +cd $tmp +asdcp-unwrap $a +asdcp-unwrap $b +diff -u `basename $1 | sed -e "s/\.mxf/_/"` `basename $2 | sed -e "s/\.mxf/_/"` -- cgit v1.2.3