send-email 76 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 #!/bin/sh set -eu from="$1" to="$2" date | mail -r "$from" -s test "$to"