summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-10-02 14:20:44 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-10-02 14:20:44 +0200
commit9d2380c7c485768fb707926a715e472187dab81e (patch)
treea8a7c7c4694aa532a099f0ae18f94691b1aaabde
parent4eabc96311e54a947dc445c7b4227d4498b60c5f (diff)
add hashbang
-rwxr-xr-x[-rw-r--r--]bin/Proof_Of_Concept_PELT.py1
-rw-r--r--bin/plot_generator.py1
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