mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
Merge pull request #404 from gorshkov/master
Fix url in curl cheatsheet
This commit is contained in:
commit
2b58300d84
@ -29,7 +29,7 @@ curl -C - -o partial_file.zip http://example.com/file.zip
|
||||
curl -I http://example.com
|
||||
|
||||
# Fetch your external IP and network info as JSON
|
||||
curl http://ifconfig.me/all/json
|
||||
curl http://ifconfig.me/all.json
|
||||
|
||||
# Limit the rate of a download
|
||||
curl --limit-rate 1000B -O http://path.to.the/file
|
||||
|
Loading…
Reference in New Issue
Block a user