mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
11 lines
184 B
Batchfile
11 lines
184 B
Batchfile
REM $Id: test_cook_src.bat,v 1.1 2015/04/02 23:38:16 gilles Exp gilles $
|
|
|
|
cd /D %~dp0
|
|
|
|
@REM EXIT
|
|
|
|
perl .\imapsync
|
|
perl .\imapsync --tests
|
|
perl .\imapsync --testslive
|
|
|
|
@PAUSE |