Created
October 5, 2011 15:50
-
-
Save andreacampi/1264784 to your computer and use it in GitHub Desktop.
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
base="https://raw.github.com/Treesaver/treesaver.walkthrough/master" | |
mkdir -p public | |
mkdir -p public/img | |
for a in 01-down-the-rabbit-hole.html resources.html treesaver-0.9.2.js | |
do | |
curl -o public/$a ${base}/$a | |
done | |
for a in 01-rabbit-280.jpg 02-alice-door-280.jpg 02-alice-door-600.jpg 03-alice-bottle-280.jpg horizontal-rule.png | |
do | |
curl -o public/img/$a ${base}/img/$a | |
done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment