Skip to content

Instantly share code, notes, and snippets.

View sharpner's full-sized avatar
💭
><)))*>

Nino sharpner

💭
><)))*>
  • Germany, Munich
  • 20:15 (UTC +02:00)
View GitHub Profile
@sharpner
sharpner / goclone
Created August 14, 2015 09:32
clone and symlink go open source project
#/!bin/bash
repository=github.com
if [ -z "$GOPATH" ] ; then
echo '$GOPATH not set.'
exit 1
fi
cd $GOPATH