bindiego
5/8/2015 - 4:18 AM

Shell script handling xml files

Shell script handling xml files

#!/bin/sh -ex

tidy -quiet -asxml -xml -indent -wrap 1024 --hide-comments 1 $@
#!/bin/sh -ex

xmllint --format $@