Compare commits

...

2 Commits

Author SHA1 Message Date
whiteline
e33b31de80 wait-until-internet.sh 2022-12-13 00:57:47 +01:00
whiteline
11528c5ecb mv 2022-12-13 00:23:07 +01:00
2 changed files with 2 additions and 0 deletions

2
wait-until-internet.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ping -c 1 -W 1 8.8.8.8; while [ $? != 0 ]; do ping -c 1 -W 1 8.8.8.8; done