3 lines
90 B
Fish
3 lines
90 B
Fish
function rs --wraps rsync --description 'rsync with good options'
|
|
rsync -avhP $argv
|
|
end
|