Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # split strings
  4. GIT_BRANCH="origin/master"
  5. remote=`echo $GIT_BRANCH | cut -d '/' -f 1`
  6. branch=`echo $GIT_BRANCH | cut -d '/' -f 2`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement