diff --git a/shell-command.sh b/shell-command.sh index c6388ba..ae1b489 100755 --- a/shell-command.sh +++ b/shell-command.sh @@ -13,12 +13,12 @@ set -euo pipefail [ "${SCRIPT_DEBUG-}" = "1" ] && set -x -# URL endpoint to fetch the data from. -URL_ENDPOINT="${JOKE_URL_ENDPOINT:-https://official-joke-api.appspot.com/jokes/<>/random}" - # Topic. topic="${1-}" +# URL endpoint to fetch the data from. +URL_ENDPOINT="${JOKE_URL_ENDPOINT:-https://official-joke-api.appspot.com/jokes/<>/random}" + # Flag to bypass the prompt to proceed. SHOULD_PROCEED="${SHOULD_PROCEED-}"