added hashbang to python file

This commit is contained in:
R Dittberner 2026-03-04 10:27:42 +01:00
parent d313833642
commit 5fc7602ea7

View file

@ -1,3 +1,5 @@
#! /usr/bin/python3
import os import os
import argparse import argparse
import shutil import shutil