Skip to content

Instantly share code, notes, and snippets.

@an9er
Last active December 8, 2016 07:50
Show Gist options
  • Save an9er/3cad93389735cd5a2be3ca43813c5ebf to your computer and use it in GitHub Desktop.
Save an9er/3cad93389735cd5a2be3ca43813c5ebf to your computer and use it in GitHub Desktop.
curl
====
Created 星期五 08 四月 2016
#### 用curl下载文件到本地并命名
curl -o $new_file_name $url
curl -o phantomjs-2.1.0.tar.bz2 https://npm.taobao.org/mirrors/phantomjs/phantomjs-2.1.0-linux-x86_64.tar.bz2
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment