rice/itest
2019-12-21 19:25:07 -08:00

6 lines
105 B
Bash
Executable File

#!/bin/sh
# Tests wether or not we have internet connection
ping 1.1.1.1 -c 3&
ping shockrah.shop -c 3&