0
0
Fork 0
mirror of https://github.com/Screetsec/TheFatRat.git synced 2023-12-14 02:02:58 +01:00
This commit is contained in:
peterpt 2017-05-05 14:58:15 +01:00 committed by GitHub
parent 662cfad24f
commit 7b3a43ae7a

7
update
View file

@ -2,6 +2,13 @@
clear
cyan='\e[0;36m'
green='\e[0;32m'
lightgreen='\e[1;32m'
white='\e[1;37m'
red='\e[1;31m'
yellow='\e[1;33m'
blue='\e[1;34m'
purple='\e[1;35m'
ping -c 1 google.com > /dev/null 2>&1
if [ "$?" != 0 ]