将中文亚马逊每日和每周Kindle特价书信息发向邮箱
wget -qO- 'http://t.cn/zYJGEIH' | grep 'table border="0" style="border' -A 180 | sed 's/href="\//href="http:\/\/www.amazon.cn\//g' | mail -s "$(echo -e "Kindle今日特价\nContent-Type: text/html")" somebody@somewhere.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment