Add db startup script.
1 parent 0507ff7 commit 02f66ef4eb2fa48e9e040d14008d3fab9ddc031f
Mark George authored on 2 Jul 2021
Showing 1 changed file
View
4
db/h2.sh 0 → 100755
#!/bin/sh
java -cp "/path/to/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console -ifExists -web -tcp -browser -user sa -url "jdbc:h2:./users"