This commit is contained in:
Matthieu Jolimaitre 2024-09-10 23:40:21 +02:00
commit 46a55aff7c
6 changed files with 144 additions and 0 deletions

11
wait-network-then-update Executable file
View 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