1#!/usr/bin/env bash 2# SPDX-License-Identifier: BSD-3-Clause 3# Copyright (C) 2021 Intel Corporation 4# All rights reserved. 5 6set -e 7 8scriptdir=$(dirname $0) 9lspci -F <($scriptdir/rpc.py framework_get_pci_devices --format-lspci) "$@" 10