simple sql connection script: just to reduce typing

This commit is contained in:
shockrah 2020-02-04 00:26:44 -08:00
parent d54913a26a
commit b2ef7fd6d1

View File

@ -0,0 +1,6 @@
#!/bin/sh
# Connect to the given db via the .env file we have
. ./dev/env
mysql -u $DATABASE_USER -p $DATABASE_NAME -h $DATABASE_HOST