mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 15:28:54 +00:00
12 lines
206 B
Bash
Executable file
12 lines
206 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. shochu/utils.sh
|
|
. shochu/uri.sh
|
|
. shochu/router.sh
|
|
. shochu/mysql.sh
|
|
. shochu/credentials.sh
|
|
. shochu/shinden/engine.sh
|
|
|
|
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
|
|
|
|
router
|