warthunder-leak-counter/scripts/update-test-sources.sh

9 lines
175 B
Bash
Raw Normal View History

2024-06-22 02:54:58 -03:00
#!/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"