5 lines
96 B
Bash
5 lines
96 B
Bash
|
#!/bin/bash
|
||
|
# Okay to publish -- creds are local dev only
|
||
|
|
||
|
mariadb -hdb -uflasku -pflaskp flask
|