Skip to content

Instantly share code, notes, and snippets.

@goaquin
Created April 10, 2017 21:41
Show Gist options
  • Save goaquin/2d8645c09b2832f9deb59a34b80efc75 to your computer and use it in GitHub Desktop.
Save goaquin/2d8645c09b2832f9deb59a34b80efc75 to your computer and use it in GitHub Desktop.
#!/bin/bash
mysqld start
sleep 10
mysql -u foo -e "create database bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment