mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 07:18:54 +00:00
10 lines
142 B
Bash
Executable file
10 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. base.sh
|
|
. mysql.sh
|
|
. credentials.sh
|
|
. shinden/engine.sh
|
|
|
|
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
|
|
|
|
router
|