You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
275 B
12 lines
275 B
#!/bin/bash
|
|
SYSTEM=`uname -s`
|
|
RUNTIME_LINUX=ubuntu.16.04-x64
|
|
|
|
echo "run gen"
|
|
./$RUNTIME_LINUX/protocsstruct ./GameCs.proto ./GameSs.proto --csharp_out=../../arpg_svr_proj/ServerComm/protocol
|
|
echo "success ***********"
|
|
|
|
python3 ./gen_ServerScriptHotfixCheck.py
|
|
|
|
echo $SYSTEM
|
|
|
|
|