Skip to content

Instantly share code, notes, and snippets.

@abloch
Last active January 4, 2016 19:38
Show Gist options
  • Save abloch/8668273 to your computer and use it in GitHub Desktop.
Save abloch/8668273 to your computer and use it in GitHub Desktop.
#!/bin/bash
SCRIPTNAME=$HOSTNAME
rm -rf ~/projects/$SCRIPTNAME
mkdir -p ~/projects/$SCRIPTNAME
cd ~/projects/$SCRIPTNAME
git clone git@bitbucket.org:akiva_bloch/${HOSTNAME}.git .
./launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment