dotfiles/.local/bin/rscp

4 lines
90 B
Bash
Executable File

#!/bin/bash
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$@"