Compare commits

..

2 Commits

Author SHA1 Message Date
0f6ee20bed [exp] riot inferred ssh: ping ping6 2023-12-30 21:24:44 +08:00
f861eee424 to-install: alist 2023-12-30 21:20:17 +08:00
2 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,9 @@ router() {
ssh|"" ) ssh|"" )
run_ssh ssh "${@:3}" run_ssh ssh "${@:3}"
;; ;;
ping|ping6 )
run_ssh ssh "${@:2}"
;;
zssh ) zssh )
run_ssh zssh run_ssh zssh
;; ;;

View File

@ -12,6 +12,7 @@ INSTALL_COMMANDS=(\
[docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \ [docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \
[lemonbench]='curl -fsSL https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s fast # or full' \ [lemonbench]='curl -fsSL https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s fast # or full' \
[nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \ [nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \
[alist]='curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install' \
) )
install() install()