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
bee7f04d
Commit
bee7f04d
authored
Apr 29, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
4d05f986
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
script/refresh_gponline.sh
+2
-1
script/script_help.sh
+7
-3
No files found.
script/refresh_gponline.sh
View file @
bee7f04d
...
@@ -7,10 +7,11 @@ cus_crop_id=$1
...
@@ -7,10 +7,11 @@ cus_crop_id=$1
if
((
${#
cus_crop_id
}
==
0
))
if
((
${#
cus_crop_id
}
==
0
))
then
then
cus_crop_id
=
"
${
corp_id_majia
}
"
cus_crop_id
=
"
${
corp_id_majia
}
"
fi
if
((
${#
cus_crop_id
}
==
0
))
if
((
${#
cus_crop_id
}
==
0
))
then
then
cus_crop_id
=
=
"
${
corp_id
}
"
cus_crop_id
=
"
${
corp_id
}
"
fi
fi
echo
"1、commit + push + push_tag + 自动发包登记 (需要配置分支)"
echo
"1、commit + push + push_tag + 自动发包登记 (需要配置分支)"
...
...
script/script_help.sh
View file @
bee7f04d
...
@@ -21,7 +21,6 @@ echo "18、加固"
...
@@ -21,7 +21,6 @@ echo "18、加固"
echo
"19、混淆api"
echo
"19、混淆api"
echo
"20、更新GP状态"
echo
"20、更新GP状态"
echo
-n
"请输入指令编号:"
echo
-n
"请输入指令编号:"
read
commod
read
commod
...
@@ -150,9 +149,14 @@ then
...
@@ -150,9 +149,14 @@ then
elif
((
$commod
==
'20'
))
elif
((
$commod
==
'20'
))
then
then
.
../../gradle.properties
chmod a+x refresh_gponline.sh
chmod a+x refresh_gponline.sh
./refresh_gponline.sh
if
((
${#
1
}
>
0
))
then
./refresh_gponline.sh
"
${
corp_id
}${
1
}
"
else
./refresh_gponline.sh
fi
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