Skip to content

Instantly share code, notes, and snippets.

@dbalan
Last active August 29, 2015 14:05
Show Gist options
  • Save dbalan/0ebf80b23a59cb4c4fb0 to your computer and use it in GitHub Desktop.
Save dbalan/0ebf80b23a59cb4c4fb0 to your computer and use it in GitHub Desktop.
Log-in script for ACT broadband.
#!/bin/bash
USERNAME=""
PASSWORD=""
curl --data 'act_username=${USERNAME}&act_password=${PASSWORD}&login=login' \
http://portal.acttv.in -o /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment