This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
vn-mysql/proxy-test/connect.sh

11 lines
92 B
Bash
Raw Normal View History

#!/bin/bash
I=0
NATTEMPS=$1
while [ $I -lt $NATTEMPS ];
do
I=$((I+1))
./command.sh
done