forked from extern/httpie-cli
dd2c9513f3
* Single binary executables / DEB packages. * Attach single binary executables to the releases
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
rm -f httpie.spec.txt
|
|
https --download src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -o httpie.spec.txt
|