Created
November 16, 2017 18:10
-
-
Save alexpgates/b009bf6e785f44a338762cda5f779a26 to your computer and use it in GitHub Desktop.
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 | |
NAME=${PWD##*/} | |
mysql -uroot -e "CREATE DATABASE IF NOT EXISTS \`$NAME\`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then create an alias
alias dbme='~/path/to/dbme.sh'