#!/usr/bin/env bash # Source the common utils and the environment variable loader source load_common_and_env.sh # (Attempt to) take variable we need USERNAME=${FINTS_USER} PASSWORD=${FINTS_PASS} URL=${FINTS_URL} # Curl command curl -s -u "$USERNAME:$PASSWORD" "$URL" # Print nem line echo