2021-01-18 15:22:42 +01:00

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