From 5be25b6ab241a879a4170f8920bee162c9ad3afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Mon, 30 Oct 2023 15:24:12 +0100 Subject: [PATCH] Fix bash --- colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.sh b/colors.sh index 296ff52..05ef3a2 100644 --- a/colors.sh +++ b/colors.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script is used to define colors for bash scripts # GitHub: https://github.com/OzzyCzech/colors.sh