Last active
          August 29, 2015 14:13 
        
      - 
      
- 
        Save 844196/0969b5abc27f7e7f349a to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| USERNAME="${1}" | |
| PASSWORD="${2}" | |
| DOMAIN="${3}" | |
| curl -s "http://ieserver.net/cgi-bin/dip.cgi?username=${USERNAME}&domain=${DOMAIN}&password=${PASSWORD}&updatehost=1" >/dev/null 2>&1 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment