#!/bin/bash

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

