init
This commit is contained in:
commit
46a55aff7c
6 changed files with 144 additions and 0 deletions
11
wait-network-then-update
Executable file
11
wait-network-then-update
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
until ping wikipedia.org -c 1
|
||||
do sleep 1s
|
||||
done
|
||||
|
||||
|
||||
./refresh.ts
|
Loading…
Add table
Add a link
Reference in a new issue