Last active
January 6, 2016 15:02
-
-
Save richardgill/fd55d6eea7951f10950c to your computer and use it in GitHub Desktop.
Runs ZDEV job finder.
This file contains 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
FIND_LEADS_DIR="find-leads" | |
FIND_LEADS_FULL_PATH="/tmp/$FIND_LEADS_DIR" | |
if [ ! -d "$FIND_LEADS_FULL_PATH" ]; then git clone [email protected]:z-dev/find-leads.git $FIND_LEADS_FULL_PATH ; fi | |
cd $FIND_LEADS_FULL_PATH | |
git checkout master | |
git pull origin master | |
npm run start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment