Created
December 20, 2013 05:46
-
-
Save netstu/8050892 to your computer and use it in GitHub Desktop.
applescript 利用 curl 请求获得数据
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
set shellScript to "curl \"http://www.baidu.com\"" | |
do shell script shellScript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment