mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
added shebang to run python scripts
This commit is contained in:
parent
597a29be46
commit
9cfdf401d0
2 changed files with 2 additions and 1 deletions
|
@ -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
|
Compare the current results to the last results gathered from the main branch to highlight
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
# spell-checker:ignore debuginfo
|
# spell-checker:ignore debuginfo
|
||||||
import subprocess
|
import subprocess
|
||||||
from itertools import product
|
from itertools import product
|
||||||
|
|
Loading…
Reference in a new issue