#!/bin/bash
mysql -u root <<EOF
drop database if exists queues;
EOF
