1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps/cleanall.sh

7 lines
106 B
Bash
Executable file

#!/bin/sh
cat targets.txt | (
while read target model
do
rm -f checkwps.$model
done
)