dotfiles/.local/bin/rscp

4 lines
90 B
Plaintext
Raw Normal View History

2023-08-14 08:09:11 +00:00
#!/bin/bash
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$@"