4 lines
57 B
Plaintext
4 lines
57 B
Plaintext
function cpstat() {
|
|
rsync -ah --progress "$1" "$2"
|
|
}
|
function cpstat() {
|
|
rsync -ah --progress "$1" "$2"
|
|
}
|