Files
dotfiles-xps/fish/functions/mvr.fish
2025-07-30 11:46:46 +02:00

4 lines
121 B
Fish

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