Add Speedtest
This commit is contained in:
10
speedtest.sh
Executable file
10
speedtest.sh
Executable 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
|
||||
|
||||
|
Reference in New Issue
Block a user