Skip to content

Instantly share code, notes, and snippets.

@AndrewHanes
Created November 19, 2015 07:21
Show Gist options
  • Save AndrewHanes/b33d67d8d698ae4ed0ae to your computer and use it in GitHub Desktop.
Save AndrewHanes/b33d67d8d698ae4ed0ae to your computer and use it in GitHub Desktop.
#!/bin/bash
USERNAME="foo"
PASSWORD="bar"
for i in `seq 0 60`; do
curl --data "username=${USERNAME}&password=${PASSWORD}" https://api.gatekeeper.csh.rit.edu/pop/4 --insecure
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment