2 lines
85 B
Bash
Executable File
2 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
mariadb -u root -p$MARIADB_ROOT_PASSWORD -e "DROP DATABASE IF EXISTS $1;" |