Line | |
---|
1 | #!/bin/bash - |
---|
2 | # |
---|
3 | # $Id: run 880 2008-12-05 11:28:29Z jari $ |
---|
4 | # |
---|
5 | # Copyright (C) 2004 Johan Enell |
---|
6 | # Copyright (C) 2008 Jari Häkkinen |
---|
7 | # |
---|
8 | # This file is part of the se.lu.onk.Center plug-in for |
---|
9 | # BASE. Available at http://baseplugins.thep.lu.se/ and BASE web site |
---|
10 | # is http://base.thep.lu.se |
---|
11 | # |
---|
12 | # This is free software; you can redistribute it and/or modify it |
---|
13 | # under the terms of the GNU General Public License as published by |
---|
14 | # the Free Software Foundation; either version 3 of the License, or |
---|
15 | # (at your option) any later version. |
---|
16 | # |
---|
17 | # The software is distributed in the hope that it will be useful, but |
---|
18 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
20 | # General Public License for more details. |
---|
21 | # |
---|
22 | # You should have received a copy of the GNU General Public License |
---|
23 | # along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
24 | # |
---|
25 | |
---|
26 | progdir="`dirname \"$0\"`" |
---|
27 | java -cp "$CLASSPATH:$progdir/BaseFile/BaseFile.jar:$progdir/VirtualArray.jar" virtualarray.VirtualArray |
---|
Note: See
TracBrowser
for help on using the repository browser.