author | ecalot
<ecalot> 2005-03-09 23:13:39 UTC |
committer | ecalot
<ecalot> 2005-03-09 23:13:39 UTC |
parent | 9b622c30bceb8b2dc3dcebb8ec64817a49cafe2e |
stuff/contest/lzg/test | +1 | -0 |
diff --git a/stuff/contest/lzg/test b/stuff/contest/lzg/test new file mode 100755 index 0000000..17dcccb --- /dev/null +++ b/stuff/contest/lzg/test @@ -0,0 +1 @@ +ls cmp|sed -e 's/\([0-9]*\).cmp/\1/'|while read i; do ./uncompress cmp/$i.cmp roo/$i.roo>/dev/null; diff raw/$i.raw roo/$i.roo;done