Don't force double-buffering for sd devices. They apparently are not faster with...
[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