#!/usr/bin/env bash
# Expected output:
# hello from bash
set -euo pipefail

echo "hello from bash"
