usertools: make telemetry script executable
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 22 Jan 2019 16:27:32 +0000 (16:27 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 00:47:46 +0000 (01:47 +0100)
commit8a9a4eaf8390df62914f3bfd4ad957b4b7a80ce4
tree306ae78701172679986568f4dd044c75ce5b2ca4
parent1459d335d0faad5dc4ab33d7003c931415f2acf1
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 <bruce.richardson@intel.com>
usertools/dpdk-telemetry-client.py [changed mode: 0644->0755]