dailyhack icon indicating copy to clipboard operation
dailyhack copied to clipboard

MacOs Dev Commands Awesome Collection

Open mddanishyusuf opened this issue 4 years ago • 0 comments

This is my collection of dev commands I'm using:

To get the API execution time:

curl -s "<api_endpoint_url>" -o /dev/null -w "\n%{time_total}\n"

mddanishyusuf avatar Nov 23 '19 12:11 mddanishyusuf