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
6acdeeb6
Commit
6acdeeb6
authored
Mar 28, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
ff31d0aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/script_help.sh
+4
-4
No files found.
script/script_help.sh
View file @
6acdeeb6
...
@@ -8,8 +8,8 @@ echo "5、pull Base代码 "
...
@@ -8,8 +8,8 @@ echo "5、pull Base代码 "
echo
"6、pull UI代码 "
echo
"6、pull UI代码 "
echo
"7、为 resGuardApks 目录下的 *_release.apk 打渠道包"
echo
"7、为 resGuardApks 目录下的 *_release.apk 打渠道包"
echo
"8、提交一个渠道包Tag"
echo
"8、提交一个渠道包Tag"
echo
"
a
、开始四大组件混淆"
echo
"
9
、开始四大组件混淆"
echo
"
b
、还原四大组件混淆"
echo
"
10
、还原四大组件混淆"
echo
-n
"请输入指令编号:"
echo
-n
"请输入指令编号:"
read
commod
read
commod
...
@@ -58,13 +58,13 @@ then
...
@@ -58,13 +58,13 @@ then
chmod a+x push_with_tag.sh
chmod a+x push_with_tag.sh
./push_with_tag.sh
./push_with_tag.sh
elif
((
$commod
==
'
a
'
))
elif
((
$commod
==
'
9
'
))
then
then
cd
grable
cd
grable
chmod a+x rename_peoject.sh
chmod a+x rename_peoject.sh
./rename_peoject.sh
./rename_peoject.sh
elif
((
$commod
==
'
b
'
))
elif
((
$commod
==
'
10
'
))
then
then
cd
grable
cd
grable
chmod a+x reset_name.sh
chmod a+x reset_name.sh
...
...
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