Handy ssh jump function for #fishshell

This commit is contained in:
Colin Powell
2019-03-15 17:14:29 -04:00
parent 05b24d1691
commit 92a389e43c

View File

@ -1,3 +1,3 @@
function sshl
ssh -t dione.onec.me ssh $argv
ssh -t rhea.onec.me ssh $argv
end