h2.sh 101 Bytes
Newer Older
1
#!/bin/sh
2 3
dir=$(dirname "$0")
java -cp "$dir/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"