16 lines
325 B
Bash
Executable File
16 lines
325 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/opt/gfa/pshell/pshell \
|
|
-jvmarg="-Duser.home=/sf/bernina/data" \
|
|
-laf=dark \
|
|
-r \
|
|
-py3 \
|
|
-home=/sf/bernina/config/pshell_be \
|
|
-data=/sf/bernina/config/pshell_data \
|
|
-strh=/sf/bernina/config/pshell_be/stripchart \
|
|
-version=v1_15 \
|
|
-pini=true \
|
|
-test \
|
|
$@
|
|
|