From 6476ea6ade381058d11cd37147b669041665ea62 Mon Sep 17 00:00:00 2001 From: Michael Lohmann Date: Sat, 13 Jan 2024 18:08:24 +0100 Subject: [PATCH] create_challenge: add a first visual line txplaining the first codeblock --- create_challenge.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create_challenge.sh b/create_challenge.sh index b0fc7bb..4d4ea8b 100755 --- a/create_challenge.sh +++ b/create_challenge.sh @@ -4,6 +4,8 @@ parse_opts "$@" +# ------------------------------------------------------------------------------------------- # +# setup for the script if [ "$verbose" -eq 0 ]; then exec 3>&1 4>&2 >/dev/null 2>&1 # store stdin / stdout filedescriptors so that we can still print in case of an error fi