summaryrefslogtreecommitdiff
path: root/tools/checkwps/cleanall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/cleanall.sh')
-rwxr-xr-xtools/checkwps/cleanall.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/checkwps/cleanall.sh b/tools/checkwps/cleanall.sh
new file mode 100755
index 0000000000..6cd1a90676
--- /dev/null
+++ b/tools/checkwps/cleanall.sh
@@ -0,0 +1,7 @@
1#!/bin/sh
2cat targets.txt | (
3 while read target model
4 do
5 rm -f checkwps.$model
6 done
7)