micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Fix sed regex on OSX #94

Closed pedroxs closed 3 years ago

pedroxs commented 3 years ago

regex that extracts HTTP return codes was not working on OSX sed, this new version works on both

took the opportunity to include fix from upstream repo PR#82