Last active
December 16, 2015 05:49
-
-
Save peterlee0127/5387600 to your computer and use it in GitHub Desktop.
This file contains 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 | |
#淡江大學無線網路登入系統Script 適用Unix,Linux,Mac | |
#iOS 版本 https://itunes.apple.com/app/id541911220?mt=8 | |
#蘭陽適用 | |
user=帳號 #這裡改成自己的帳號 | |
pass=密碼 #這裡改成自己的密碼 | |
url=http://163.13.30.254/goform/eumLogin? #要POST的位址 | |
#163.13.27~30.254 | |
curl --data "user=$user&pass=$pass" $url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment