tfw pinging script

This commit is contained in:
shockrahwow 2019-12-21 19:25:07 -08:00
parent b9e1f2c2dc
commit c3e4aca9ba

5
itest Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Tests wether or not we have internet connection
ping 1.1.1.1 -c 3&
ping shockrah.shop -c 3&