Skip to content

Instantly share code, notes, and snippets.

View velo's full-sized avatar

Marvin velo

View GitHub Profile
@mintindeed
mintindeed / gist:4600385
Created January 23, 2013 00:25
Bash script for git pull using username and password
#!/bin/bash
path="/var/www/sites/htdocs/wp-content/themes/vip/";
git_path="https://username:password@bitbucket.org/penskemediacorp/";
git_array=( plugins pmc-variety pmc-plugins );
git_path_array=("${git_array[@]}")