fix: 🐛 forgot shebang
All checks were successful
dl / lint (push) Successful in 1m35s
dl / docker (push) Successful in 1m10s

This commit is contained in:
Michel Roux 2024-11-30 12:40:39 +01:00
parent 1047fa6386
commit 97467b5c54
3 changed files with 1 additions and 0 deletions

1
commands/2hdp.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from argparse import ArgumentParser
from csv import DictWriter
from sys import stdout

0
commands/has_files.sh Normal file → Executable file
View File

0
commands/retro.py Normal file → Executable file
View File