mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
Adding httpie to top of README
This commit is contained in:
parent
f7efd5a1f6
commit
561465176e
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@
|
||||||
### All of these scripts have been heavily tested on macOS and Linux
|
### All of these scripts have been heavily tested on macOS and Linux
|
||||||
### Most of these scripts have been tested on Windows 10 and the official developer bash instance. Does not work with Cygwin or Mysys2.
|
### Most of these scripts have been tested on Windows 10 and the official developer bash instance. Does not work with Cygwin or Mysys2.
|
||||||
|
|
||||||
For a quick list and summary of the tools from the terminal run one of the following 3 lines compatible with your system
|
For a quick list and summary of the tools from the terminal run one of the following 4 lines compatible with your system
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -A curl -s cheat.sh/~Bash-Snippets
|
curl -A curl -s cheat.sh/~Bash-Snippets
|
||||||
|
http -b GET cheat.sh/~Bash-Snippets
|
||||||
wget -qO- cheat.sh/~Bash-Snippets
|
wget -qO- cheat.sh/~Bash-Snippets
|
||||||
fetch cheat.sh/~Bash-Snippets
|
fetch cheat.sh/~Bash-Snippets
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue