forked from extern/httpie-cli
7 lines
140 B
Bash
7 lines
140 B
Bash
|
#!/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
|