13 lines
265 B
Bash
Executable File
13 lines
265 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/opt/gfa/pshell/pshell \
|
|
-jvmarg="-Duser.home=/sf/bernina/data" \
|
|
-dlaf \
|
|
-home=/sf/bernina/config/pshell_be \
|
|
-data=/sf/bernina/config/pshell_data \
|
|
-l -d -k -q -b \
|
|
-p=Correlation.java \
|
|
-version=v1_10 \
|
|
$@
|
|
|