how do I pass on options as-is within a script?



I want to write a bash script named "cpv" (copy with checksum
verification) that calls "cp" and passes on all the options that "cpv"
was invoked with through to "cp" without any change. Can you tell me
the best way to do this?

.