#!/usr/bin/env bash UMASK=$(umask) if [ "${UMASK}" != "0002" -a "${UMASK}" != "0022" ]; then cat <