15 lines
326 B
Bash
Executable File
15 lines
326 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
/opt/gfa/pshell/pshell \
|
|
-jvmarg="-Duser.home=/sf/bernina/config/pshell_be/stripchart" \
|
|
-home=/sf/bernina/config/pshell_be \
|
|
-data=/sf/bernina/config/pshell_data \
|
|
-l -b \
|
|
-dlaf \
|
|
-strp \
|
|
-strh=/sf/bernina/config/strip_chart \
|
|
-version=v1_14 \
|
|
-pini=true \
|
|
$@
|