sync.bat 148 B

12345678
  1. :: this script should run the sync bash script on windows, once cygwin has been installed
  2. set curdir=%~dp0
  3. python .scripts/datalad_sync.py
  4. pause