Skip to content

Instantly share code, notes, and snippets.

@pahud
Created January 6, 2016 09:36
Show Gist options
  • Save pahud/0398401a195a2a06badc to your computer and use it in GitHub Desktop.
Save pahud/0398401a195a2a06badc 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