Joined June 2013
·

digital labs

Chicago, USA
·
·

Or Shell script:
$ export name=mynewrepo; curl -L -s tiny.cc/gitdeploy

Save to alias:
$ echo -e "\n alias scr='curl -L -s \$1'\n" >> ~/.bashrc
$ export name=mynewrepo2; scr tiny.cc/gitdeploy | sh

Achievements
79 Karma
0 Total ProTip Views