Home | History | Annotate | Download | only in findunused

Lines Matching full:echo

5     echo "You need to have the 'xmlstarlet' command in your path"
13 echo "Please specify the path to an application, or '--all' to process all applications"
45 echo REMOVING FILE: $RESLINE
48 echo WARNING unexpected result for $LINE
57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
60 echo REMOVING STRING $LINE from $RESLINE
65 echo REMOVING $LINE from $RESLINE
79 echo
80 echo "Done."
81 echo "Please rebuild the updated applications to make sure that everything still builds."
82 echo "After rebuilding, rerun 'findunusedresources' or 'removeunusedresources' to see if any more resources are now unused."
83 echo "When you're done, you can 'git commit' the change."
84 echo