mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
15 lines
125 B
Batchfile
Executable File
15 lines
125 B
Batchfile
Executable File
@echo off
|
|
|
|
cd general
|
|
call rtest.bat %1
|
|
cd..
|
|
|
|
cd table
|
|
call rtest.bat %1
|
|
cd..
|
|
|
|
rem cd images
|
|
rem call rtest.bat %1
|
|
rem cd..
|
|
|