mddanishyusuf / dailyhack

🐱‍💻 Tiny Tiny Hacks we use in our daily life.
https://dailyhack.now.sh/
149 stars 15 forks source link

MacOs Dev Commands Awesome Collection #104

Open mddanishyusuf opened 4 years ago

mddanishyusuf commented 4 years ago

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"