small script to compare output from IsisDB with OpenISIS
[Biblio-Isis] / scripts / cmp.sh
diff --git a/scripts/cmp.sh b/scripts/cmp.sh
new file mode 100755 (executable)
index 0000000..9c5d058
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+./dump_isis.pl $1 > isis.txt
+./dump_openisis.pl $1 > openisis.txt
+vi -d isis.txt openisis.txt