diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-10-02 14:20:44 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-10-02 14:20:44 +0200 |
commit | 9d2380c7c485768fb707926a715e472187dab81e (patch) | |
tree | a8a7c7c4694aa532a099f0ae18f94691b1aaabde /bin | |
parent | 4eabc96311e54a947dc445c7b4227d4498b60c5f (diff) |
add hashbang
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--] | bin/Proof_Of_Concept_PELT.py | 1 | ||||
-rw-r--r-- | bin/plot_generator.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/Proof_Of_Concept_PELT.py b/bin/Proof_Of_Concept_PELT.py index f0ecfc2..1bbff11 100644..100755 --- 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 |