Merge pull request #140 from hussainnaqvee/patch-1
[awesomized/libmemcached] / scripts / download_catch2.sh
1 #!/bin/bash
2 curl -sSLO $(curl -sSI https://github.com/catchorg/Catch2/releases/latest | sed -ne '\,^[Ll]ocation: *, !d
3 s,[Ll]ocation: *\(.*\)/tag/,\1/download/,
4 s,.$,/catch.hpp,
5 p')