formatXml.sh 67 Bytes
Newer Older
lm's avatar
lm committed
1 2
#!/bin/bash
find . -name "*.xml" -exec xmllint -format {} -o {} \;