|
|
1.1 root 1: did=verified
2: for i in `ls t*.sh | sed -e 's/.sh$//' | sort +0.1n`
3: do
4: sh $i.sh > temp
5: if cmp -s temp $i.out
6: then
7: :
8: else
9: echo "test $i failed"
10: fi
11: rm temp
12: did="$did $i"
13: done
14: echo "$did"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.