Add AthosScreens
This commit is contained in:
31
correlation/bin/correlation
Executable file
31
correlation/bin/correlation
Executable file
@@ -0,0 +1,31 @@
|
||||
#!/bin/bash
|
||||
|
||||
MY_PATH=$(dirname "$0")
|
||||
export PKG=${MY_PATH}/..
|
||||
|
||||
#Check if running as e-account
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
|
||||
-pkg=*)
|
||||
export PKG="${i#*=}"
|
||||
;;
|
||||
|
||||
*) # unknown option
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
/opt/gfa/pshell/pshell \
|
||||
-version=default \
|
||||
-py3 \
|
||||
-m=${PKG} \
|
||||
-z \
|
||||
-nbcf=true \
|
||||
-laf=dark \
|
||||
-d \
|
||||
-pini=true \
|
||||
-clog=WARNING \
|
||||
-sbar \
|
||||
$@
|
||||
31
correlation/bin/correlation_editor
Executable file
31
correlation/bin/correlation_editor
Executable file
@@ -0,0 +1,31 @@
|
||||
#!/bin/bash
|
||||
|
||||
MY_PATH=$(dirname "$0")
|
||||
export PKG=${MY_PATH}/..
|
||||
|
||||
#Check if running as e-account
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
|
||||
-pkg=*)
|
||||
export PKG="${i#*=}"
|
||||
;;
|
||||
|
||||
*) # unknown option
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
/opt/gfa/pshell/pshell \
|
||||
-version=default \
|
||||
-z \
|
||||
-py3 \
|
||||
-nbcf=true \
|
||||
-laf=dark \
|
||||
-pini=true \
|
||||
-plgp=${PKG}/plugins \
|
||||
-scpt=${PKG}/script \
|
||||
-devp=${PKG}/devices \
|
||||
$@
|
||||
Reference in New Issue
Block a user