This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set tabstop=4 | |
set shiftwidth=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Export options | |
if [[ -z "$1" || -z $2 ]] | |
then | |
echo "export-database.sh" | |
echo " usage: ./export-database current_host distant_host" | |
echo " example: ./export-database my.local.host my.other.host" | |
exit 1; | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.svn | |
*.swp | |
*/.svn/* | |
lib/*/doctrine/base/* | |
lib/*/doctrine/*/base/* | |
web/*Plugin | |
cache/* | |
log/* |
NewerOlder