Created
July 9, 2018 18:17
-
-
Save carsontang/60bb921b7d55d033bd8035fc95ab7524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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