copyl10n2gitlab.cmd 363 B

12345
  1. for /f "tokens=*" %%G in ('dir /b /ad "."') do (
  2. mkdir x:\x\patches-c\gitlab\253-gitlab\l10n-release\%%G\patches
  3. copy /y d:\seamonkey\l10n\l10n-release\%%G\.hg\patches\*.patch x:\x\patches-c\gitlab\253-gitlab\l10n-release\%%G\patches
  4. copy /y d:\seamonkey\l10n\l10n-release\%%G\.hg\patches\series x:\x\patches-c\gitlab\253-gitlab\l10n-release\%%G\patches
  5. )