From a8625a6368a542d020221f201dc63eb8284e5594 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 17 Nov 2011 16:57:35 +0500 Subject: f --- files/.zsh/rc-10093352-sibsac/S10_functions | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'files/.zsh/rc-10093352-sibsac') diff --git a/files/.zsh/rc-10093352-sibsac/S10_functions b/files/.zsh/rc-10093352-sibsac/S10_functions index 91aa4d3..2d51014 100644 --- a/files/.zsh/rc-10093352-sibsac/S10_functions +++ b/files/.zsh/rc-10093352-sibsac/S10_functions @@ -1,3 +1,13 @@ open() { explorer $(cygpath -w "$*") } +wsdl2html() { + while : ; do + local fname="$1" + local out="$fname.html" + xsltproc /cygdrive/d/bobov/scripts/wsdl-viewer.xsl "$fname" > "$out" + echo "WSDL documentation file: $out" + shift + [[ $# -eq 0 ]] && break + done +} # vim: et ft=zsh : -- cgit v1.2.3