#!/bin/bash set -euo pipefail IFS=$'\n\t' if [[ $# -ne 1 ]]; then echo "Usage: $0 " exit 1 fi cat >> "$1" <