Skip to content
Snippets Groups Projects
Commit ac0e7cf9 authored by Nick Bearson's avatar Nick Bearson
Browse files

move non-user-callable scripts to a libexec directory

parent 3301178b
No related branches found
No related tags found
1 merge request!4add satpy to our buildbucket
...@@ -6,7 +6,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then ...@@ -6,7 +6,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then
fi fi
# Setup necessary environments # Setup necessary environments
source $CSPP_GEO_GGLM_HOME/bin/env.sh source $CSPP_GEO_GGLM_HOME/libexec/env.sh
# Call the python module to do the processing, passing all arguments # Call the python module to do the processing, passing all arguments
python3 $CSPP_GEO_GGLM_HOME/bin/_glm_trio_picker.py "$@" python3 $CSPP_GEO_GGLM_HOME/libexec/_glm_trio_picker.py "$@"
...@@ -26,7 +26,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then ...@@ -26,7 +26,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then
fi fi
# Setup necessary environments # Setup necessary environments
source $CSPP_GEO_GGLM_HOME/bin/env.sh source $CSPP_GEO_GGLM_HOME/libexec/env.sh
# Call the python module to do the processing, passing all arguments # Call the python module to do the processing, passing all arguments
python3 $CSPP_GEO_GGLM_HOME/bin/_make_glm_grids.py "$@" python3 $CSPP_GEO_GGLM_HOME/libexec/_make_glm_grids.py "$@"
...@@ -26,7 +26,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then ...@@ -26,7 +26,7 @@ if [ -z "$CSPP_GEO_GGLM_HOME" ]; then
fi fi
# Setup necessary environments # Setup necessary environments
source $CSPP_GEO_GGLM_HOME/bin/env.sh source $CSPP_GEO_GGLM_HOME/libexec/env.sh
# Call the python module to do the processing, passing all arguments # Call the python module to do the processing, passing all arguments
python3 $CSPP_GEO_GGLM_HOME/bin/_minute_gridder.py "$@" python3 $CSPP_GEO_GGLM_HOME/libexec/_minute_gridder.py "$@"
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment