From: Bruce Richardson Date: Tue, 22 Jan 2019 16:27:32 +0000 (+0000) Subject: usertools: make telemetry script executable X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8a9a4eaf8390df62914f3bfd4ad957b4b7a80ce4;p=dpdk.git usertools: make telemetry script executable Add #! line to the top of the script and mark it as executable so it can be run directly rather than having to pass it to python interpreter. Signed-off-by: Bruce Richardson --- diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py old mode 100644 new mode 100755 index 6dcf62bac2..ce0c7a905b --- a/usertools/dpdk-telemetry-client.py +++ b/usertools/dpdk-telemetry-client.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python # SPDK-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation