www/hooks/email-customer

7 lines
147 B
Bash
Executable File

#!/bin/bash
# email-customer
#
# USAGE: email-customer orderId contactEmail orderTotal
printf 'Emailing order %s to customer at %s' "${1}" "${2}"