Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carsontang/60bb921b7d55d033bd8035fc95ab7524 to your computer and use it in GitHub Desktop.
Save carsontang/60bb921b7d55d033bd8035fc95ab7524 to your computer and use it in GitHub Desktop.
#! /bin/bash
cd ~/srv/python-common && git checkout master && git pull
cd ~/srv/palantir/core && git checkout master && git pull && pipenv install
cd ~/srv/ultron && git checkout master && git pull && pipenv install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment