4 lines
93 B
Bash
4 lines
93 B
Bash
|
|
#!/bin/sh
|
||
|
|
./install_config.sh 10.141.20.104 Murphy.me appid1 secret1 qcloud_appid
|
||
|
|
echo "ok"
|