Files
dots/.zsh/functions/07_felix
2018-07-16 21:22:48 +02:00

4 lines
57 B
Plaintext

function cpstat() {
rsync -ah --progress "$1" "$2"
}