diff --git a/index.sh b/index.sh index 0df148a..3746eb6 100755 --- a/index.sh +++ b/index.sh @@ -1,9 +1,11 @@ #!/bin/bash -. base.sh -. mysql.sh -. credentials.sh -. shinden/engine.sh +. shochu/utils.sh +. shochu/uri.sh +. shochu/router.sh +. shochu/mysql.sh +. shochu/credentials.sh +. shochu/shinden/engine.sh connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"