index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
checkwps
/
cleanall.sh
blob: 6cd1a9067624b524685cc94bab43f2d8308aae89 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh cat targets.txt | ( while read target model do rm -f checkwps.$model done )