5 lines
76 B
Fish
Executable File
5 lines
76 B
Fish
Executable File
function s --wraps=ssh --description 'alias s ssh'
|
|
ssh $argv
|
|
|
|
end
|