Files
training-labs/labs/osbash/lib/wbatch/template-file_header_bat
Pranav Salunke d9336056d7 Update .gitignore to track the lib folder
Allows content in the lib folder to be tracked by the repository.

Change-Id: I46ae209daba8d109ed4cf4d8ca3094404e1524ee
2015-10-10 09:05:18 +02:00

17 lines
326 B
Batchfile

@ECHO OFF
REM This is an automatically generated Windows batch file. It creates the
REM %PRODUCT% for an OpenStack training-labs setup.
SETLOCAL ENABLEDELAYEDEXPANSION
ECHO.
ECHO OpenStack labs for VirtualBox on Windows
ECHO Generated by osbash
ECHO.
ECHO Create %PRODUCT%
ECHO.
REM vim: set ai ts=4 sw=4 et ft=dosbatch: