Skip to content

Instantly share code, notes, and snippets.

@richardgill
Last active January 6, 2016 15:02
Show Gist options
  • Save richardgill/fd55d6eea7951f10950c to your computer and use it in GitHub Desktop.
Save richardgill/fd55d6eea7951f10950c to your computer and use it in GitHub Desktop.
Runs ZDEV job finder.
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