12 lines
244 B
Bash
Executable File
12 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "ScreenPanel"
|
|
|
|
#!/bin/bash
|
|
/opt/gfa/pshell/apps/screen_panel/bin/screen_panel \
|
|
-pipeline_server=sf-daqsync-01:8889 \
|
|
-camera_server=sf-daqsync-01:8888 \
|
|
-clog=FINE \
|
|
-persist_camera \
|
|
${1+"$@"}
|