Clear the display before showing the splash (part of FS#10138 by Teruaki Kawashima)
[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