config-bash/libs/xml.bash

5 lines
60 B
Bash
Raw Normal View History

2013-05-07 15:58:00 +02:00
#!/bin/bash
function prettyxml () { sed -e 's,>,>\n,g'; }