#!/bin/sh set -o nounset -o errexit -o xtrace echo -n aaaa echo bbbbb