From dadee4a14d5394330e26f73cdb058719e20fcd91 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 28 Oct 2021 15:12:46 +0200 Subject: [PATCH] Use '/bin/sh' instead of '/bin/zsh' in shebang --- scripts/yt-api-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yt-api-helper.sh b/scripts/yt-api-helper.sh index 3149f86..ce4b7de 100755 --- a/scripts/yt-api-helper.sh +++ b/scripts/yt-api-helper.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/sh print_help()