This commit is contained in:
lelgenio 2024-06-22 02:54:58 -03:00
commit da40e48b19
20 changed files with 4150 additions and 0 deletions

8
scripts/update-test-sources.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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"