kukkubukku/index.sh
2022-01-09 21:07:48 +01:00

10 lines
142 B
Bash
Executable file

#!/bin/bash
. base.sh
. mysql.sh
. credentials.sh
. shinden/engine.sh
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
router