Skip to content

Instantly share code, notes, and snippets.

@navicore
Created August 19, 2015 04:15
Show Gist options
  • Select an option

  • Save navicore/fa1942162503cad40ed4 to your computer and use it in GitHub Desktop.

Select an option

Save navicore/fa1942162503cad40ed4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR/authsvc && git pull
cd $DIR/contactsvc && git pull
cd $DIR/devops && git pull
cd $DIR/expertisesvc && git pull
cd $DIR/frank && git pull
cd $DIR/junebug && git pull
cd $DIR/mailsvc && git pull
cd $DIR/mediasvc && git pull
cd $DIR/membersvc && git pull
cd $DIR/messagesvc && git pull
cd $DIR/notificationsvc && git pull
cd $DIR/piecesvc && git pull
cd $DIR/presencesvc && git pull
cd $DIR/profilesvc && git pull
cd $DIR/projectsvc && git pull
cd $DIR/reviewsvc && git pull
cd $DIR/tablesvc && git pull
cd $DIR/tfe && git pull
cd $DIR/ui && git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment