Advertisement
a2n

git pull bundle

a2n
Aug 8th, 2013
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. SRC="/home/foo/backup/bundles/apache2.bundle"
  4. DST="/home/foo/tmp/apache2"
  5.  
  6. cd $DST
  7. git pull $SRC master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement