mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
dd2c9513f3
* Single binary executables / DEB packages. * Attach single binary executables to the releases
7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
rm -f httpie.rb
|
|
http --download https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/httpie.rb
|