summaryrefslogtreecommitdiffstats
path: root/fish/functions/rcal1m.fish
blob: 005aac8005fc3bb4ae3ad42e32d2ad9c9e410272 (plain) (blame)
1
2
3
function rcal1m --wraps='ssh bobbins rem -cca -w160 -m' --description 'alias rcal1m=ssh bobbins rem -cca -w160 -m'
  ssh bobbins rem -cca -w160 -m $argv; 
end