#!/usr/bin/env bash

echo "stdout output"
echo "stderr output" >&2

