cygwin.bat 95 B

1234
  1. @echo off
  2. cd ..
  3. %~dp0\premake4.exe --file=..\premake4.lua --to=.\Cygwin --cygwin gmake
  4. pause