#!/bin/bash # Copyright 2020-2020, Huawei Technologies Co. Ltd. # # ALL RIGHTS RESERVED # # Compile mpp/sample project, this is the entrance script # error out on errors set -e OUT_DIR="$1" BOARD_NAME="$2" HOS_KERNEL_TYPE="$3" function main(){ # do something } main "$@"