From f43ac1a09d2df7243de03018fe6ae393b26198a5 Mon Sep 17 00:00:00 2001
From: Rousseau Vincent <vincent.rousseau@irstea.fr>
Date: Mon, 30 Jul 2018 09:17:50 +0200
Subject: [PATCH] Add bash line to call rosrun

---
 scripts/stream_node.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/stream_node.py b/scripts/stream_node.py
index 9a86eb3..c5620f8 100755
--- a/scripts/stream_node.py
+++ b/scripts/stream_node.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # Copyright 2018 Irstea
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
-- 
GitLab