Guest User

Untitled

a guest
Dec 12th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ans=curl --cookie cookies.txt -Is "http://adress.com"| head -n 1
  2. if [$ans -eq 'HTTP/1.1 200 OK']
  3. then echo "$num" >> OK.txt
  4. fi
Add Comment
Please, Sign In to add comment