warthunder-leak-counter/scripts/update-test-sources.sh
2024-06-22 02:54:58 -03:00

9 lines
175 B
Bash
Executable file

#!/bin/sh
set -xe
SCRIPT_PATH="$(realpath "$0")"
ROOT="$(dirname "$(dirname "$SCRIPT_PATH")")"
curl https://en.wikipedia.org/wiki/War_Thunder > "$ROOT/data/wikipedia.html"