Add System Info screen showing some values that could be helpful in case of problems...
[Rockbox.git] / tools / checkwps / cleanall.sh
blob6cd1a9067624b524685cc94bab43f2d8308aae89
1 #!/bin/sh
2 cat targets.txt | (
3 while read target model
4 do
5 rm -f checkwps.$model
6 done