MultiCopy: copy a file to multiple destinations

Often i have to copy manually a single file into many destination directories (or files), so i decided to create a command line tool to do help me in doing this task: Multicopy (mcp). The program can be used as show below: mcp <src_file> <directory_1> <directory_2> … <directory_n> copy file <src_file> into the given directories …