mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
160a51de1a
commit
c2a4300d40
@ -22,7 +22,7 @@ function writeConfigKey() {
|
|||||||
# Return Value
|
# Return Value
|
||||||
function readConfigKey() {
|
function readConfigKey() {
|
||||||
RESULT=$(yq eval '.'${1}' | explode(.)' "${2}" 2>/dev/null)
|
RESULT=$(yq eval '.'${1}' | explode(.)' "${2}" 2>/dev/null)
|
||||||
[ "${RESULT}" == "null" ] && echo "" || echo ${RESULT}
|
[ "${RESULT}" == "null" ] && echo "" || echo "${RESULT}"
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
2
guide.md
2
guide.md
@ -2,7 +2,7 @@
|
|||||||
# ENV:
|
# ENV:
|
||||||
* ### 常用工具:
|
* ### 常用工具:
|
||||||
* telnet 工具 putty (下载: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
|
* telnet 工具 putty (下载: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
|
||||||
* ssh 工具 FinalShell (下载: https://www.hostbuf.com/t/988.html)
|
* ssh 工具 WindTerm (下载: https://github.com/kingToolbox/WindTerm)
|
||||||
* sftp 工具 WinSCP (下载: https://winscp.net/eng/index.php)
|
* sftp 工具 WinSCP (下载: https://winscp.net/eng/index.php)
|
||||||
* 文本编辑工具 Notepad3 (下载: https://github.com/rizonesoft/Notepad3/releases)
|
* 文本编辑工具 Notepad3 (下载: https://github.com/rizonesoft/Notepad3/releases)
|
||||||
* 镜像写盘工具 Rufus (下载: https://rufus.ie/zh/)
|
* 镜像写盘工具 Rufus (下载: https://rufus.ie/zh/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user