I HAVE NO IDEA!
This commit is contained in:
parent
9a725dcc03
commit
5729629ba7
15 changed files with 298 additions and 206 deletions
3
scripts/ping.sh
Executable file
3
scripts/ping.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
ping=$(ping -c 4 1.1.1.1 | tail -1| awk '{print $4}' | cut -d '/' -f 2)
|
||||
echo " $ping"
|
Loading…
Add table
Add a link
Reference in a new issue