16 lines
432 B
Bash
Executable File
16 lines
432 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 -e -g -n -buf=10 -poll=250 -clog=SEVERE \
|
|
-p=SfCamera.java \
|
|
-p=Inventory.java \
|
|
-p=CameraCalibrationDialog.java \
|
|
-p=ScreenPanel3.java \
|
|
-srv_url=sf-daqsync-01:8889 -cam_srv_url=sf-daqsync-01:8888 $@
|
|
|