From dc03fb40fe55a7dc88c07509b47299223d4d5815 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 14:02:28 +0200 Subject: cleaned up scripts, use sh (-> dash) where possible --- bin/common/autofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common/autofetch') diff --git a/bin/common/autofetch b/bin/common/autofetch index 3dcdc15..ae48444 100755 --- a/bin/common/autofetch +++ b/bin/common/autofetch @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh GREEN='\033[0;32m' NC='\033[0m' # Fetches for git repos, meant to run at startup -- cgit v1.2.3