#!/bin/bash # # Copyright (c) 2016 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # if [[ $EUID -ne 0 ]]; then echo "This utility must be run as root." >&2 exit 1 fi function show_usage() { cat <