Skip to content

Instantly share code, notes, and snippets.

@leite
Created November 13, 2013 21:45
Show Gist options
  • Save leite/7456968 to your computer and use it in GitHub Desktop.
Save leite/7456968 to your computer and use it in GitHub Desktop.
get cookie from sptrans
redis-cli -s /tmp/redis.sock set sptransCookie $(curl -sI olhovivo.sptrans.com.br | tr -d '\r' | sed -En 's/^Set-Cookie: ([^;]*).*$/\1/p')>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment