Skip to content
Snippets Groups Projects
Commit ff54fc05 authored by Max Drexler's avatar Max Drexler
Browse files

add wrapper script for processor

parent 320cba09
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
BASE="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
PYTHON=${PYTHON:-python3}
exec $PYTHON $BASE/grib_processor.py "$@"
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