sync.bat 159 B

1234567
  1. :: this script should run the sync bash script on windows, once cygwin has been installed
  2. set curdir=%~dp0
  3. C:\cygwin64\bin\bash -l %curdir%GIN-sync.sh
  4. pause