Month: March 2012

  • mcp — copying a file to multiple machines via scp

    I have a series of 6 machines that I need to occasionally deploy the same file to in exactly the same place.  I got tired of it being such a pain so I wrote this little script I call mcp.sh  It’s certainly easy enough for a shell script master to do this, but for me?…