hlm.bat
author Johan Groth <johang@symbian.org>
Wed, 14 Jul 2010 11:48:07 +0100
changeset 79 c60c76df3628
parent 0 d1c51edcc657
permissions -rw-r--r--
Added retries of cloning.

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal