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/extra/colorscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/extra/colorscript') diff --git a/bin/extra/colorscript b/bin/extra/colorscript index 90dacb1..ad74d67 100755 --- a/bin/extra/colorscript +++ b/bin/extra/colorscript @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh counter=0 var1="$(seq 30 38)" -- cgit v1.2.3