Guest User

Untitled

a guest
Nov 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. NAME=${PWD##*/}
  3. mysql -uroot -e "CREATE DATABASE IF NOT EXISTS \`$NAME\`"
Add Comment
Please, Sign In to add comment