aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/rcal2w.fish
blob: 936706263e69cdaffb9b3774c73fc934f5beb04a (plain) (blame)
1
2
3
function rcal2w --wraps='ssh bobbins rem -cc+a2 -w160 -m' --description 'alias rcal2w=ssh bobbins rem -cc+a2 -w160 -m'
  ssh bobbins rem -cc+a2 -w160 -m $argv; 
end