kukkubukku/index.sh

11 lines
142 B
Bash
Raw Normal View History

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