#!/bin/bash # # Copyright (c) 2018, Intel Corporation # # SPDX-License-Identifier: BSD-3-Clause # IFACE=$1 if [ -z $IFACE ]; then echo "You must provide the network interface as first argument" exit -1 fi BATCH_FILE=etf.batch cat > $BATCH_FILE <