mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 14:47:02 +08:00
[exp] riot inferred ssh: ping ping6
This commit is contained in:
parent
f861eee424
commit
0f6ee20bed
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user