Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the script that is used to setup CI test server
Usage: Repeat n command [parameters] n: [Required] The number of iterations to repeat the command command: [Required] The command to run for n iterations parameters: [Optional] The parameters of the command #: When parameters contain #, the last occurance in the parameter will be replace with the number of iteration. Example: Repeat 42 work.cmd # param :The script 'work.cmd' will be called 42 times like work.cmd 1 param, work.cmd 2 param, ..., work.cmd 42 param
- Loading branch information