Skip to content

Commit

Permalink
create_challenge: add a first visual line txplaining the first codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
miallo committed Jan 13, 2024
1 parent f67128e commit 6476ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create_challenge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6476ea6

Please sign in to comment.