Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
1c350677
Commit
1c350677
authored
Apr 04, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
2b2ed397
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
script/move_apk.sh
+6
-0
script/script_help.sh
+8
-0
No files found.
script/move_apk.sh
0 → 100755
View file @
1c350677
cd
../../
basepath
=
$(
cd
`
dirname
$0
`
;
pwd
)
project_name
=
${
basepath
##*/
}
cp resGuardApks/
"
${
project_name
}
"
_release.apk /Users/connor/Documents/apks/
"
${
project_name
}
"
_release.apk
\ No newline at end of file
script/script_help.sh
View file @
1c350677
...
@@ -12,6 +12,8 @@ echo "9、开始四大组件混淆"
...
@@ -12,6 +12,8 @@ echo "9、开始四大组件混淆"
echo
"10、插入乱码"
echo
"10、插入乱码"
echo
"11、还原代码"
echo
"11、还原代码"
echo
"12、SDK插拔"
echo
"12、SDK插拔"
echo
"13、copy apk"
echo
-n
"请输入指令编号:"
echo
-n
"请输入指令编号:"
...
@@ -98,6 +100,12 @@ then
...
@@ -98,6 +100,12 @@ then
then
then
./sdk_manager.py
'close'
${
sdk
}
./sdk_manager.py
'close'
${
sdk
}
fi
fi
elif
((
$commod
==
'13'
))
then
chmod a+x move_apk.sh
./move_apk.sh
else
else
echo
"找不到编号"
echo
"找不到编号"
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment