You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-17 01:42:46 +02:00
7 lines
136 B
Bash
7 lines
136 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
rm -f httpie.rb
|
||
|
http --download https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/httpie.rb
|