Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created February 25, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisleech/9210963 to your computer and use it in GitHub Desktop.
Save krisleech/9210963 to your computer and use it in GitHub Desktop.
screenshot webpages
#!/usr/bin/env bash
HOST=localhost:3000
webkit2png -F -o page1 "http://${HOST}/..."
webkit2png -F -o page2 "http://${HOST}/..."
webkit2png -F -o page3 "http://${HOST}/..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment