Created
October 15, 2015 15:38
-
-
Save tanakh/402364671c00b1e9ac91 to your computer and use it in GitHub Desktop.
ごちうさアイコンダウンローダー
This file contains hidden or 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
mkdir gochiusa_icon | |
wget -r -l1 http://www.gochiusa.com/news/hp0001/index03220000.html | |
find www.gochiusa.com -type f | grep '/[0-9]\+\.png.\+$' | sed -e 's/\(.*\/\([0-9]\+\.png\).*\)/cp \1 gochiusa_icon\/\2/g' | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment