Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/bin/bash
  2.  
  3. USRE="foo"
  4. PASSWORD="oO00"
  5.  
  6. mysqldump --user=$USER --password=$PASSWORD --all-databases > sql
  7. git init
  8. git add sql
  9. git commit -m "Daily commit." sql