#!/usr/bin/env bash set -euo pipefail hello() { echo "Hello" } hello