summaryrefslogtreecommitdiff
path: root/tools/checkwps/cleanall.sh
blob: 860c3afae207f76a763a07b567ef522d92a8f4ab (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
rootdir=`dirname $0`

cat $rootdir/targets.txt | (
    while read target model
    do
        rm -f checkwps.$model
    done
)