*.py: use a better shebang
This commit is contained in:
parent
7335bb9498
commit
ee2e5c123a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(":: C bytebeat generator: compiler unit")
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from re import sub as re_sub
|
||||
from glob import glob
|
||||
|
Loading…
Reference in New Issue
Block a user