init
This commit is contained in:
commit
da40e48b19
20 changed files with 4150 additions and 0 deletions
8
scripts/update-test-sources.sh
Executable file
8
scripts/update-test-sources.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue