From f78775c3fe3ad93eeba38f55b7ec9b26513f38a7 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Tue, 28 May 2024 12:43:53 +0200 Subject: [PATCH] Update getopts she-bang --- helpers/helpers.v1.d/getopts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/helpers.v1.d/getopts b/helpers/helpers.v1.d/getopts index 865877996..23028dfca 100644 --- a/helpers/helpers.v1.d/getopts +++ b/helpers/helpers.v1.d/getopts @@ -1,3 +1,5 @@ +#!/bin/bash + # Internal helper design to allow helpers to use getopts to manage their arguments # # [internal]