Skip to content

Instantly share code, notes, and snippets.

@philiprhoades
philiprhoades / maidsafe.sh
Created July 31, 2015 08:58
Script for pulling, building and testing MaidSafe code
#!/bin/bash
#### if you use a proxy add it here
# http_proxy=http://127.0.0.1:8118/
# HTTP_PROXY=$http_proxy
# export http_proxy HTTP_PROXY
# git config --global http.proxy $HTTP_PROXY
##### end proxy stuff ##########
#### add your parent folder here ####