Add Speedtest

This commit is contained in:
2021-06-09 20:27:39 +02:00
parent aec8be77bd
commit 8b649300d4
2 changed files with 14 additions and 4 deletions

10
speedtest.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
if ping -c 1 o2.de &> /dev/null
then
date +"%D %T" >> ./speed.log
speedtest-cli --simple >> ./speed.log
echo "" >> ./speed.log
fi