2020-03-03 22:03:14

This commit is contained in:
monlor
2020-03-03 22:03:14 +08:00
parent 8df0963179
commit 982572b158
7 changed files with 3 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ bincheck () {
# 通过传入一个字符串,取变量名称等于该字符串的变量值
function parse_str() {
parse_str() {
[ -z "${1}" ] && echo -n "" || eval echo -n '$'"${1}"

View File

@@ -4,4 +4,4 @@ needver=""
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
appinfo="一款支持多平台多架构的Shell工具箱"
newinfo="新增功能parse_str用于解析变量"
version="0.0.8"
version="0.1.0"