Created
July 30, 2013 11:54
-
-
Save sunner/6112317 to your computer and use it in GitHub Desktop.
将中文亚马逊每日和每周Kindle特价书信息发向邮箱
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")" [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment