index file now works

This commit is contained in:
overflowerror 2022-01-09 21:33:20 +01:00
parent 7122d6dc10
commit 0f3ef3a1a2

View file

@ -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"