1
Fork 0
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:
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