Skip to content

Instantly share code, notes, and snippets.

@gregtaylor99
Forked from pahud/icurl.sh
Created March 23, 2018 01:39
Show Gist options
  • Save gregtaylor99/a571dadf982bfd2d2d2854b929537a96 to your computer and use it in GitHub Desktop.
Save gregtaylor99/a571dadf982bfd2d2d2854b929537a96 to your computer and use it in GitHub Desktop.
icurl
#!/bin/bash
#set -x
curl -s "$@" -w "\r\n=> total: %{time_total}s\r\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment