6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sh real_start_instance.sh $1 $2
|
|
|
|
echo 'success'
|