8 lines
109 B
Batchfile
8 lines
109 B
Batchfile
@echo off
|
|
|
|
C:
|
|
chdir C:\Dev\lux
|
|
set CYGWIN=nodosfilewarning
|
|
|
|
C:\cygwin\bin\bash /cygdrive/c/Dev/lux/build.sh
|