Loading Common/Misc/Scripts/src/discos +11 −29 Original line number Diff line number Diff line #! /bin/bash # ********************************************************************************************* # *********************************************************************** # IRA Istituto di Radioastronomia # # Loading @@ -7,36 +7,18 @@ # # Who when What # Andrea Orlati(andrea.orlati@inaf.it) 28/06/2018 Creation # Giuseppe Carboni(giuseppe.carboni@inaf.it) 25/02/2020 Update #************************************************************************ # NAME # # SYNOPSIS # # DESCRIPTION # # FILES # # ENVIRONMENT # # RETURN VALUES # # CAUTIONS # # EXAMPLES # # SEE ALSO # # BUGS # LONGOPTS=start,view,help SHORTOPTS=svh CL_START= CL_VIEW= CL_HELP= GEOMETRY=1920x1080x0x0 function printUsage { echo "Gets the ESCS system started, management priviledges are needed" echo "Starts the DISCOS constrol system" echo "" echo "Usage: `basename $0` [OPTIONS] " echo "Options: " Loading Loading @@ -88,12 +70,12 @@ if [ "$CL_HELP" ] ; then fi if [ "$CL_START" ] ; then acscommandcenter -r $INTROOT/app-defaults/discosStartup.xml & acscommandcenter -g $GEOMETRY -r $INTROOT/app-defaults/discosStartup.xml & exit fi if [ "$CL_VIEW" ] ; then acscommandcenter -r $INTROOT/app-defaults/discosStartup.xml $MANAGER & acscommandcenter -g $GEOMETRY -r $INTROOT/app-defaults/discosStartup.xml $MANAGER & fi Loading Loading
Common/Misc/Scripts/src/discos +11 −29 Original line number Diff line number Diff line #! /bin/bash # ********************************************************************************************* # *********************************************************************** # IRA Istituto di Radioastronomia # # Loading @@ -7,36 +7,18 @@ # # Who when What # Andrea Orlati(andrea.orlati@inaf.it) 28/06/2018 Creation # Giuseppe Carboni(giuseppe.carboni@inaf.it) 25/02/2020 Update #************************************************************************ # NAME # # SYNOPSIS # # DESCRIPTION # # FILES # # ENVIRONMENT # # RETURN VALUES # # CAUTIONS # # EXAMPLES # # SEE ALSO # # BUGS # LONGOPTS=start,view,help SHORTOPTS=svh CL_START= CL_VIEW= CL_HELP= GEOMETRY=1920x1080x0x0 function printUsage { echo "Gets the ESCS system started, management priviledges are needed" echo "Starts the DISCOS constrol system" echo "" echo "Usage: `basename $0` [OPTIONS] " echo "Options: " Loading Loading @@ -88,12 +70,12 @@ if [ "$CL_HELP" ] ; then fi if [ "$CL_START" ] ; then acscommandcenter -r $INTROOT/app-defaults/discosStartup.xml & acscommandcenter -g $GEOMETRY -r $INTROOT/app-defaults/discosStartup.xml & exit fi if [ "$CL_VIEW" ] ; then acscommandcenter -r $INTROOT/app-defaults/discosStartup.xml $MANAGER & acscommandcenter -g $GEOMETRY -r $INTROOT/app-defaults/discosStartup.xml $MANAGER & fi Loading