sindresorhus/speed-test

Megabytes as default

krak3n77 opened this issue · 1 comments

Is there a way to run this with the default of always using the measurements of megabytes instead of always specifying the "-b" flag?
Ps. Great project btw!

Put a shell alias in your dot files:

alias speed-test='speed-test --bytes'

You could even use a shorter command.