From 9d2380c7c485768fb707926a715e472187dab81e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Oct 2020 14:20:44 +0200 Subject: add hashbang --- bin/Proof_Of_Concept_PELT.py | 1 + bin/plot_generator.py | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 bin/Proof_Of_Concept_PELT.py diff --git a/bin/Proof_Of_Concept_PELT.py b/bin/Proof_Of_Concept_PELT.py old mode 100644 new mode 100755 index f0ecfc2..1bbff11 --- a/bin/Proof_Of_Concept_PELT.py +++ b/bin/Proof_Of_Concept_PELT.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import json import os import time diff --git a/bin/plot_generator.py b/bin/plot_generator.py index 69df7d2..908213d 100644 --- a/bin/plot_generator.py +++ b/bin/plot_generator.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import getopt import sys import re -- cgit v1.2.3