Changeset 334 for trunk/batchmapper.sh
- Timestamp:
- 03/22/10 14:53:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/batchmapper.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/batchmapper.sh
r145 r334 1 1 #!/bin/sh 2 java -jar dist/bridgedb-batchmapper.jar "$@" 2 3 # change to directory of this script 4 cd $(dirname $0) 5 6 java -jar dist/org.bridgedb.tools.batchmapper.jar "$@"
