Initial commit
The initial commit on GitHub
This commit is contained in:
3
lib/h2/h2.sh
Normal file
3
lib/h2/h2.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
dir=$(dirname "$0")
|
||||
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"
|
||||
Reference in New Issue
Block a user