This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
vn-mysql
Archived
Watch
0
Star
0
Fork
You've already forked vn-mysql
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
master
vn-mysql
/
proxy-auth
/
test
/
connect.sh
11 lines
91 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
I
=
0
NATTEMPS
=
$1
while
[
$I
-lt
$NATTEMPS
]
do
I
=
$((
I+1
))
./command.sh
done
Reference in New Issue
View Git Blame
Copy Permalink