#!/usr/bin/env based python3 resolution

This commit is contained in:
veclav talica 2024-03-31 15:55:42 +05:00
parent 0a5a556f08
commit 2760d11a67
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# todo: Show related git history of a file?

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from sys import argv, exit
from os import walk, path

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from sys import argv, exit
from random import seed