source: testjobs/disparm/analyse @ 11

Last change on this file since 11 was 11, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 139 bytes
Line 
1#!/bin/bash
2cat reference | sort > out/r
3for i in `seq 10` ; do
4  cat out/$i.* | sort > out/$i
5  echo diffing $i:
6  diff out/$i out/r
7done
Note: See TracBrowser for help on using the repository browser.