Skip to content

Instantly share code, notes, and snippets.

@pkhanpara
Created November 20, 2017 18:22
Show Gist options
  • Save pkhanpara/64ae5325e0aa9a62a6b985aec1646408 to your computer and use it in GitHub Desktop.
Save pkhanpara/64ae5325e0aa9a62a6b985aec1646408 to your computer and use it in GitHub Desktop.
Gets you USCIS status
#!/bin/bash
#$1 is Case number
wget -O- -o /dev/null https://egov.uscis.gov/casestatus/mycasestatus.do --post-data="initCaseSearch=CHECK+STATUS&appReceiptNum=$1" | grep $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment