提交 031c0dbc authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 1fed5c7c
#! /bin/sh
java -cp "h2.jar:${H2DRIVERS}:${CLASSPATH}" org.h2.tools.Console
cp=h2.jar
if [ -n "$H2DRIVERS" ] ; then
cp="$cp:$H2DRIVERS"
fi
if [ -n "$CLASSPATH" ] ; then
cp="$cp:$CLASSPATH"
fi
java -cp "$cp" org.h2.tools.Console
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论