add lib xml

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système) 2013-05-07 15:58:00 +02:00
parent 2e5f9792d3
commit e6cae567ba

4
libs/xml.bash Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
function prettyxml () { sed -e 's,>,>\n,g'; }