Initial commit

The initial commit on GitHub
This commit is contained in:
Andreas Billmann
2013-09-18 20:44:20 +02:00
parent 6c7c5de92d
commit 54aafa6120
157 changed files with 4603 additions and 5 deletions

3
lib/h2/h2.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
dir=$(dirname "$0")
java -cp "$dir/h2-1.3.173.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console "$@"