From a8af6a161b2e1dc562413d1e396ec8a84cc5fc0a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 22 Apr 2024 17:41:01 +0200 Subject: [PATCH] shebang --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index dd40508..f17b299 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,4 @@ +#! /usr/bin/env bash FILE="$(realpath "${BASH_SOURCE[0]}")" ROOT="$(dirname "${FILE}")"