mirror of
https://github.com/Mibew/design.git
synced 2024-11-16 09:54:12 +03:00
4 lines
201 B
Batchfile
4 lines
201 B
Batchfile
|
@echo off
|
||
|
xsltproc --xinclude --stringparam lang eng default.xslt index.xml > public_html\index.html
|
||
|
xsltproc --xinclude --stringparam lang eng default.xslt download.xml > public_html\download.html
|