mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 15:28:54 +00:00
11 lines
142 B
Bash
11 lines
142 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
. base.sh
|
||
|
. mysql.sh
|
||
|
. credentials.sh
|
||
|
. shinden/engine.sh
|
||
|
|
||
|
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
|
||
|
|
||
|
router
|