Initial Commit.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# speed-test-ttfb https://www.example.com/
|
||||
|
||||
curl -w "Connect time: %{time_connect} Time to first byte: %{time_starttransfer} Total time: %{time_total} \n" -s -o /dev/null "$@"
|
||||
|
||||
Reference in New Issue
Block a user