devi@0: #!/bin/sh devi@0: devi@0: from=$1 devi@0: to=$2 devi@0: xsl=ug.xsl devi@0: xsltproc -o $to $xsl $from devi@0: