From 155a95feebf5b8cc40a15c00fffc051975c06ee7 Mon Sep 17 00:00:00 2001 From: "M. Bamberg" Date: Sat, 27 Jul 2024 23:28:09 +0200 Subject: [PATCH] Add shebang line to python script and make it executable (#124) --- lib/generate_functions.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 lib/generate_functions.py diff --git a/lib/generate_functions.py b/lib/generate_functions.py old mode 100644 new mode 100755 index 5361226..1c7b242 --- a/lib/generate_functions.py +++ b/lib/generate_functions.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import re """