|
|
|
|
1
|
#!/bin/bash
|
1
|
#!/bin/bash
|
2
|
|
2
|
|
3
|
usage() {
|
3
|
usage() {
|
4
|
- echo -e "Usage : $0 host_of_server instance_name host_of_db number_of_iterations >&2
|
|
|
|
|
4
|
+ echo -e "Usage : $0 host_of_server instance_name host_of_db number_of_iterations >&2"
|
5
|
echo -e "Example : create_datas locahost instance_00001 localhost:28015 1000"
|
5
|
echo -e "Example : create_datas locahost instance_00001 localhost:28015 1000"
|
6
|
echo -e "Example : create_datas locahost instance_00001 localhost 1000"
|
6
|
echo -e "Example : create_datas locahost instance_00001 localhost 1000"
|
7
|
exit 1
|
7
|
exit 1
|