*.py: use a better shebang
This commit is contained in:
parent
74b9bec9c6
commit
2dbb70fa2b
@ -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