portale per la richiesta autorizzazioni sismiche da parte del Genio Civile

15 righe
154 B

5 anni fa
@echo off
if "" == "%1" goto errorMerge
call ant -Dtheme.name=%1 merge
goto end
:errorMerge
echo.
echo Usage: merge.bat hello-world
goto end
:end