Browse Source

wait-until-internet.sh

master
whiteline 1 year ago
parent
commit
e33b31de80
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      wait-until-internet.sh

+ 2
- 0
wait-until-internet.sh 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

Loading…
Cancel
Save