From 3816d24911c3794404f5125a4e3dfc808122cd50 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Mon, 7 Oct 2024 00:08:19 +0200 Subject: [PATCH] [#64371] scripts: run_renode: Added shebang Signed-off-by: Grzegorz Latosinski --- scripts/run_renode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_renode.py b/scripts/run_renode.py index e156872..3d498db 100755 --- a/scripts/run_renode.py +++ b/scripts/run_renode.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2023-2024 Antmicro # # SPDX-License-Identifier: Apache-2.0