Skip to content

Instantly share code, notes, and snippets.

@peterlee0127
Last active December 16, 2015 05:49
Show Gist options
  • Save peterlee0127/5387600 to your computer and use it in GitHub Desktop.
Save peterlee0127/5387600 to your computer and use it in GitHub Desktop.
#! 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