This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GeoFroggerFX-v1/lib/h2/h2.sh
Andreas Billmann 54aafa6120 Initial commit
The initial commit on GitHub
2013-09-18 20:44:20 +02:00

4 lines
109 B
Bash

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