rhai/scripts/README.md
2021-04-16 10:33:55 +08:00

15 lines
200 B
Markdown

Testing Scripts
===============
Testing scripts written in Rhai.
How to Run
----------
Run scripts using the `rhai-run` tool:
```sh
cargo run --bin rhai-run ./scripts/test_script_to_run.rhai
```