xkcd-background/wait-network-then-update
2024-09-10 23:40:21 +02:00

11 lines
116 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
until ping wikipedia.org -c 1
do sleep 1s
done
./refresh.ts