6 lines
177 B
Bash
Executable File
6 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ../tools/robot/virtualclient
|
|
#python robot.py ws://192.168.100.21:7101 hao1069 hao1069 $1
|
|
python robot.py "wss://game2001-banshu.kingsome.cn" hao1069 hao1069 $1
|