#!/usr/bin/bash

#**********************************************************************************************
#* @copyright (c) Copyright ESO 2019 All Rights Reserved ESO (eso.org) is an Intergovernmental*
#*        Organisation, and therefore special legal conditions apply.                         *
#**********************************************************************************************

# main

if [ "$1" == "--beta" ] ; then
    # there is currently no beta version
    shift
fi

exec /usr/bin/env python3 -m cii.mgmt.cii_services "$@"
