#!/bin/sh set -eu export LC_ALL=C.UTF-8 for h in hookA hookB; do mkdir /tmp/$h for s in setup extract essential customize; do cat <