6 lines
105 B
Bash
Executable File
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&
|