8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/sh
|
|
/opt/gfa/pshell/apps/screen_panel/bin/screen_panel \
|
|
-home=/sf/bernina/config/pshell_be \
|
|
-data=/sf/bernina/config/pshell_data \
|
|
-clog=FINE \
|
|
-persist_camera \
|
|
${1+"$@"}
|