Commit 663c522d by sikang

update script

parent 103f058c
......@@ -10,7 +10,14 @@ read action
if((${action}=='1')) || ((${action}=='3'))
then
#同盾插拔
./sdk_manager.py ${td_mode} "TD"
if((${#tongdun_parent_key}>5));then
echo "open"
./sdk_manager.py "open" "TD"
else
echo "close"
./sdk_manager.py "close" "TD"
fi
#api混淆
if ((${rename_api}=='true'))
then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment