#!/bin/sh -e [ -n "$1" ] || { cat < EOF exit 1 } echo -n Enter passphrase: stty -echo read passphrase stty echo umask 077 cat > $1 <