Files
dotfiles-ndesk/fish/functions/mvr.fish
2025-08-07 05:56:44 +02:00

4 lines
121 B
Fish

function mvr
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 --remove-source-files $argv
end