Initial Commit.

This commit is contained in:
2019-11-15 19:27:27 +00:00
parent 468ce973b5
commit a2b57b2426
18 changed files with 467 additions and 0 deletions
+5
View File
@@ -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 "$@"