mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-05 14:24:58 +08:00
4 lines
125 B
Fish
Executable file
4 lines
125 B
Fish
Executable file
# Defined in - @ line 1
|
|
function sbj --description 'alias sbj ssh ubuntu@49.232.32.215'
|
|
ssh ubuntu@49.232.32.215 $argv;
|
|
end
|