mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
added shebang to run python scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# spell-checker:ignore debuginfo
|
||||
import subprocess
|
||||
from itertools import product
|
||||
|
||||
Reference in New Issue
Block a user