kukkubukku/index.sh

13 lines
206 B
Bash
Raw Normal View History

2022-01-09 20:07:48 +00:00
#!/bin/bash
2022-01-09 20:33:20 +00:00
. shochu/utils.sh
. shochu/uri.sh
. shochu/router.sh
. shochu/mysql.sh
. shochu/credentials.sh
. shochu/shinden/engine.sh
2022-01-09 20:07:48 +00:00
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
router