Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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