Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding while...
[kugel-rb.git] / tools / checkwps / cleanall.sh
blob860c3afae207f76a763a07b567ef522d92a8f4ab
1 #!/bin/sh
2 rootdir=`dirname $0`
4 cat $rootdir/targets.txt | (
5 while read target model
6 do
7 rm -f checkwps.$model
8 done