1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-01 06:54:36 +00:00

added shebang to run python scripts

This commit is contained in:
thesayfulla 2024-03-20 19:41:00 +05:00
parent 597a29be46
commit 9cfdf401d0
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#!/usr/bin/env python3
"""
Compare the current results to the last results gathered from the main branch to highlight

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# spell-checker:ignore debuginfo
import subprocess
from itertools import product