I find myself having to copy a single file to a number of destinations fairly regularly and I found this handy snippet in this useful Stackoverflow answer.

echo dir1 dir2 dir3 | xargs -n 1 cp file1