Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YPT
/
auto_deploy_test
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
8 years ago
Commit
fc08d85d4a536243a3726504e6806b9d1a156d12
1 parent
a7238237
auto push by shell
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
autoconfig/test_performance/getKV.sh
autoconfig/test_performance/getKV.sh
View file @
fc08d85
...
...
@@ -9,7 +9,7 @@ do
if
[[
"
${
line
:0:1
}
"
!
=
"#"
&&
"
$line
"
!
=
""
]]
;
then
key
=
$(
echo
$line
| awk -F
'='
'{print $1}'
| sed
"s/^[
\s
]
\{
1,
\}
//g;s/[
\s
]
\{
1,
\}
$/
/g"
)
val
=
$(
echo
$line
| awk -F
'='
'{print $2}'
| sed
"s/^[
\s
]
\{
1,
\}
//g;s/[
\s
]
\{
1,
\}
$/
/g"
)
echo
"
\"
${
key
}
\"
>
\"
${
val
}
\"
>
\"
${
f
}
\"
"
echo
"
${
key
}
>
${
val
}
>
${
f
}
"
fi
done
done
...
...
Please
register
or
login
to post a comment