6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ping -q -c 1 1.1.1.1 >/dev/null || { echo "dis" && exit 1; }
|
|
|
|
eth-ip
|