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