4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$@"
|