Skip to content

Instantly share code, notes, and snippets.

@munaf-zz
Created September 5, 2012 18:05
Show Gist options
  • Save munaf-zz/3641474 to your computer and use it in GitHub Desktop.
Save munaf-zz/3641474 to your computer and use it in GitHub Desktop.
SHARED_DRIVE = "/path/to/shared/drive"
DEST_PATH = $SHARED_DRIVE$1
echo $DEST_PATH | mkdir
cp -r . DEST_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment