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,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# spell-checker:ignore debuginfo
|
||||
import subprocess
|
||||
from itertools import product
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue