From a9ece87671f1ed85951e42616ab276949a136bab Mon Sep 17 00:00:00 2001 From: samedamci Date: Fri, 29 May 2020 18:55:35 +0200 Subject: [PATCH] Fix broken shelp script Temporary only change shebang... --- .local/bin/scripts/shelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/scripts/shelp b/.local/bin/scripts/shelp index 3723849..3517760 100755 --- a/.local/bin/scripts/shelp +++ b/.local/bin/scripts/shelp @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Menu with all scripts and descriptions.