diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index ca2fabb..7824099 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 if __name__ == "__main__": print(":: C bytebeat generator: compiler unit") diff --git a/gitignore_clean.py b/gitignore_clean.py index 7ea6759..ce46552 100644 --- a/gitignore_clean.py +++ b/gitignore_clean.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 from re import sub as re_sub from glob import glob