7 lines
51 B
Bash
Executable File
7 lines
51 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
ping -c1 | grep transmit
|
|
|
|
exit 0
|
|
|