aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/rcal2w_small.fish
blob: 9f4490c81b8a528ff220f0b998ccf221cb0deeef (plain) (blame)
1
2
3
function rcal2w_small --wraps='ssh bobbins rem -cca+2 -w140 -m' --description 'alias rcal2w_small=ssh bobbins rem -cca+2 -w140 -m'
  ssh bobbins rem -cca+2 -w140 -m $argv; 
end