mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +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…
Add table
Add a link
Reference in a new issue