4 lines
58 B
Text
4 lines
58 B
Text
|
[ $# -ge 1 ] || exit 23
|
||
|
|
||
|
rsync -av --exclude .git ./ "$@"
|