Skip to content

Instantly share code, notes, and snippets.

View int02h's full-sized avatar

Daniil Popov int02h

View GitHub Profile
@int02h
int02h / delete-string.sh
Created August 12, 2016 11:47
Remove Android resource string from all strings.xml
#!/bin/sh
help() {
echo "Usage: ./delete-string.sh PATH_TO_RES_FOLDER STRING_NAME"
echo "Where:"
echo " PATH_TO_RES_FOLDER - path to project resource directory"
echo " STRING_NAME - string name"
echo ""
}