mirror of
https://github.com/httpie/cli.git
synced 2024-11-26 09:43:38 +01: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
|