Skip to content

Instantly share code, notes, and snippets.

@thiagozs
Created April 24, 2014 14:56
Show Gist options
  • Save thiagozs/11257732 to your computer and use it in GitHub Desktop.
Save thiagozs/11257732 to your computer and use it in GitHub Desktop.
ScreenShot website linux command line
#!/bin/bash
cutycapt --url=$1 --out=$2 --min-height=1680 --min-width=1050 --js-can-open-windows=on --print-backgrounds=on --delay=2000 --user-agent="Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment