eprints-dev: /home/dpavlin/mtoolkit/fix.sh [commit]
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Oct 2010 00:05:21 +0000 (02:05 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Oct 2010 00:05:21 +0000 (02:05 +0200)
mtoolkit/fix.sh

index cd74f1e..7dff6df 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+mv /tmp/log /tmp/log.last
 ./utf8-fix.pl orig/eprints.xml > ~/eprints2-fixed.xml 2>/tmp/log
+diff -urw /tmp/log.last /tmp/last | diffstat
 vi -o /tmp/log utf8-fix.pl