mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
VELOREN_ASSETS="$(pwd)/assets"
|
|
export VELOREN_ASSETS
|
|
|
|
time cargo run --bin i18n_csv --features="stat"
|