Skip to content

Instantly share code, notes, and snippets.

@andreacampi
Created October 5, 2011 15:50
Show Gist options
  • Save andreacampi/1264784 to your computer and use it in GitHub Desktop.
Save andreacampi/1264784 to your computer and use it in GitHub Desktop.
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