Home
last modified time | relevance | path

Searched refs:RESLINE (Results 1 – 1 of 1) sorted by relevance

/development/tools/findunused/
Dremoveunusedresources40 read RESLINE
41 while [ "$RESLINE" != "" ]
43 if [ -f $RESLINE ]
45 echo REMOVING FILE: $RESLINE
46 git rm $RESLINE > /dev/null
50 read RESLINE
54 read RESLINE
55 while [ "$RESLINE" != "" ]
57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
60 echo REMOVING STRING $LINE from $RESLINE
[all …]