From 7943cf9c7878d07654ec210507dc353393f49aab Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Fri, 4 Feb 2022 15:00:05 +0100 Subject: [PATCH] Indent here doc with tabs --- install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 01c45de..eaa89ac 100755 --- a/install.sh +++ b/install.sh @@ -158,18 +158,18 @@ function askNecessaryQuestions() { function main() { eval "`docopts -f -V - -h - : "$@" <<- USAGE - Usage: $0 [options] [...] - - Install all included modules. If any arg is given, install only those - modules. - - Options: - -i, --inverse Exclude the given instead. - ---- + Usage: $0 [options] [...] + + Install all included modules. If any arg is given, install only those + modules. + + Options: + -i, --inverse Exclude the given instead. + ---- $0 0.1.0 Copyright (C) 2022 Rezart Qelibari, Astzweig GmbH & Co. KG License EUPL-1.2. There is NO WARRANTY, to the extent permitted by law. - USAGE`" + USAGE`" local allModules=("${(f)$(find ./modules -type f -perm +u=x -maxdepth 1 2> /dev/null | awk -F/ '{print $NF }' | sort -n)}") modulesToInstall filterModules ensureDocopts