From e6cae567ba69b156507abaeeb0333d721f85b671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Tue, 7 May 2013 15:58:00 +0200 Subject: [PATCH] add lib xml --- libs/xml.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libs/xml.bash diff --git a/libs/xml.bash b/libs/xml.bash new file mode 100644 index 0000000..c5e6e3c --- /dev/null +++ b/libs/xml.bash @@ -0,0 +1,4 @@ +#!/bin/bash + +function prettyxml () { sed -e 's,>,>\n,g'; } +