Copy directory structure 90 times

I have a directory and need to copy it(and its subdirs) to 90 other directorys.

For example assume I have

/home/maindir/public_html

I need to replicate this to 90 other directories, I'm thinking the best way would be to create a text file with all the directories it needs to goto eg

/home/1/public_html
/home/2/public_html
/home/3/public_html
etc.

But really I dont know what to do so any pointers?

Hope I have provided enough info.

Cheers

 

 

 

 

Top