17 lines
387 B
Bash
Executable File
17 lines
387 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/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/strip_chart \
|
|
-pipeline_server=sf-daqsync-01:8889 \
|
|
-camera_server=sf-daqsync-01:8888 \
|
|
-version=default \
|
|
-pini=true \
|
|
$@
|
|
|