2 lines
88 B
Bash
Executable File
2 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
mariadb mysql -u root -p${MARIADB_ROOT_PASSWORD} -h localhost -e "select 1" |