This website requires JavaScript.
Explore
Help
Sign In
Installer
/
melawy-archiso-config
Watch
1
Star
0
Fork
You've already forked melawy-archiso-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
282afed0b9
melawy-archiso-config
/
Melawy-Linux-NetInstall
/
airootfs
/
usr
/
local
/
bin
/
connection-checker
9 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
ping -c
1
1.1.1.1 > /dev/null
if
[
$?
-eq
0
]
;
then
true
else
false
fi
Reference in New Issue
View Git Blame
Copy Permalink