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/plot_generator.py | |
parent | 4eabc96311e54a947dc445c7b4227d4498b60c5f (diff) |
add hashbang
Diffstat (limited to 'bin/plot_generator.py')
-rw-r--r-- | bin/plot_generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |