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-auth/test/connect.sh

11 lines
91 B
Bash
Executable File

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