#!/bin/sh set -eu mkdir -p /tmp printf 'hello environment\n' > /tmp/hello.txt