Changeset 334 for trunk/batchmapper.sh

Show
Ignore:
Timestamp:
03/22/10 14:53:05 (2 years ago)
Author:
martijn
Message:

Fix batchmapper and server startup scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/batchmapper.sh

    r145 r334  
    11#!/bin/sh 
    2 java -jar dist/bridgedb-batchmapper.jar "$@" 
     2 
     3# change to directory of this script 
     4cd $(dirname $0) 
     5 
     6java -jar dist/org.bridgedb.tools.batchmapper.jar "$@"