#!/bin/sh
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

exec /c/ameba/bin/ameba -c $CCI_SRC/.ameba.yml "$@"

