From a64a4271116be789275b17b14325b3afe3bd9aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Mon, 21 Sep 2020 13:35:00 +0200 Subject: [PATCH] remove function --- functions.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/functions.sh b/functions.sh index d4e583c..6d16cfe 100755 --- a/functions.sh +++ b/functions.sh @@ -933,11 +933,3 @@ agent-start-or-restart () { } - -createdirs () { - - for i in $@;do - echo mkdir -p "$i" - done - -}