mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-03 22:03:14
This commit is contained in:
@@ -15,7 +15,7 @@ kms|快速搭建Windows、Office激活服务器|Support for Windows 10 1809, Win
|
||||
kodexplorer|可道云,在线文档管理器,需要entware环境|修复unzip命令缺失|0.0.4|KodExplorer|linux_arm,linux_mips,linux_x86_64
|
||||
koolproxy|简单,快速屏蔽网页或视频广告,TG:https://t.me/joinchat/AAAAAD-tO7GPvfOU131_vg|修改为coding规则地址,由于coding连接数限制可能导致规则下载失败!|1.5.2|KoolProxy|linux_arm,linux_mips,linux_x86_64
|
||||
miwifi|小米路由器系统管理,修改samba禁用系统更新等|现在修复小米路由器远程访问会自动开放8098端口|0.0.4|MIWIFI|linux_arm,linux_mips
|
||||
mixbox|一款支持多平台,多架构的Shell工具箱|新增功能parse_str,用于解析变量|0.0.8|MIXBOX|linux_arm,linux_mips,linux_x86_64,darwin_x86_64
|
||||
mixbox|一款支持多平台,多架构的Shell工具箱|新增功能parse_str,用于解析变量|0.1.0|MIXBOX|linux_arm,linux_mips,linux_x86_64,darwin_x86_64
|
||||
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
|
||||
npc|一款轻量级、高性能、功能强大的内网穿透代理服务器||0.0.2|NPC|linux_arm,linux_mips
|
||||
pptpd|简单但并不安全的VPN服务器||0.0.2|PPTPD|linux_arm,linux_mips,linux_x86_64
|
||||
|
||||
@@ -281,7 +281,7 @@ bincheck () {
|
||||
|
||||
|
||||
# 通过传入一个字符串,取变量名称等于该字符串的变量值
|
||||
function parse_str() {
|
||||
parse_str() {
|
||||
|
||||
[ -z "${1}" ] && echo -n "" || eval echo -n '$'"${1}"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user