mirror of https://github.com/fengyuhetao/shell.git
6 lines
117 B
Bash
6 lines
117 B
Bash
|
#!/bin/bash
|
||
|
#download latest cURL file automatically
|
||
|
|
||
|
curl -s -o /home/tiandi/curl
|
||
|
http://curl.haxx.se/download/curl
|