1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-04-04 20:25:22 +05:30

Python: enhance the shebang

This commit is contained in:
パチュリー・ノーレッジ 2024-12-30 20:33:07 +03:00
parent 2bc49fc527
commit e840243610
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# ASCII_to_CJK.py
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# base64_text_decode.py
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# get_unix_epoch_seconds.py
#