#!/bin/sh set -eu name="$(tempname)" touch "$name" printf '%s\n' "$name"