vpx/scripts/manemail.sh
Yi Luo d8ffe7e0f2 Clean-up manemail.sh
Change-Id: I01c21f1715c6096daae8803e6013726b6a1d96e2
2017-08-11 10:00:26 -07:00

12 lines
423 B
Bash
Executable File

#!/bin/sh
# Note:
# - With any path, be very careful to type the report HTML file name.
# - Use prodcertstatus --show_expiration_time to see when ticket expires.
#
report_html=$1
report_path=/usr/local/google/home/luoyi/Dev/log
report_send=$report_path/$report_html
sendgmr --to=luoyi --cc=yunqingwang,vpx-eng --from=luoyi --reply_to=luoyi --subject="Codec Daily Report" --html_file=$report_send --body_file=$report_send