log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
lilalo
annotate ug2db @ 77:e56f21c44faf
find changesets by author, revision, files, or words in the commit message
Под root'ом приглашение красного цвета
author
devi
date
Mon Feb 13 19:28:51 2006 +0200 (2006-02-13)
parents
children
rev
line source
devi@0
1
#!/bin/sh
devi@0
2
devi@0
3
from=$1
devi@0
4
to=$2
devi@0
5
xsl=ug.xsl
devi@0
6
xsltproc -o $to $xsl $from
devi@0
7