From 97467b5c546ea798463b20612f159be1afa866ec Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 30 Nov 2024 12:40:39 +0100 Subject: [PATCH] fix: :bug: forgot shebang --- commands/2hdp.py | 1 + commands/has_files.sh | 0 commands/retro.py | 0 3 files changed, 1 insertion(+) mode change 100644 => 100755 commands/2hdp.py mode change 100644 => 100755 commands/has_files.sh mode change 100644 => 100755 commands/retro.py diff --git a/commands/2hdp.py b/commands/2hdp.py old mode 100644 new mode 100755 index ea71eed..abb8121 --- a/commands/2hdp.py +++ b/commands/2hdp.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from argparse import ArgumentParser from csv import DictWriter from sys import stdout diff --git a/commands/has_files.sh b/commands/has_files.sh old mode 100644 new mode 100755 diff --git a/commands/retro.py b/commands/retro.py old mode 100644 new mode 100755