From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] usertools/dpdk-telemetry-client: make script executable Date: Mon, 28 Jan 2019 01:41:40 +0100 Message-ID: <7813707.J81i9ZHsQM@xps> References: <20190122162732.58892-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 395BC316B for ; Mon, 28 Jan 2019 01:41:42 +0100 (CET) In-Reply-To: <20190122162732.58892-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/01/2019 17:27, Bruce Richardson: > 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 Applied, thanks