1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ug2db Sun May 22 16:29:55 2005 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +from=$1 1.7 +to=$2 1.8 +xsl=ug.xsl 1.9 +xsltproc -o $to $xsl $from 1.10 +