4 lines
109 B
Bash
4 lines
109 B
Bash
|
|
#!/bin/sh
|
||
|
|
dir=$(dirname "$0")
|
||
|
|
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"
|