Commit 13e192ae authored by Alexander Ivanov's avatar Alexander Ivanov

Add .gitignore for webtranslateit input archive.

parent 34919337
/1218-xabber.zip
/*.log
\ No newline at end of file
unzip -o ../../1218-xabber.zip -d ../ unzip -o 1218-xabber.zip -d ../
perl -p -i.bak -w -e 's/&([l|g]t;)/&$1/g' $(find ../res/ -path ../res/values*.xml) perl -p -i.bak -w -e 's/&([l|g]t;)/&$1/g' $(find ../res/ -path ../res/values*.xml)
perl -p -i.bak -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../res/ -path ../res/values*.xml) perl -p -i.bak -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../res/ -path ../res/values*.xml)
find ../res/ -type f -name "*.bak" -exec rm -f {} \; find ../res/ -type f -name "*.bak" -exec rm -f {} \;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment