rhai/scripts/README.md

15 lines
200 B
Markdown
Raw Normal View History

2020-10-07 16:56:21 +02:00
Testing Scripts
===============
Testing scripts written in Rhai.
How to Run
----------
2021-04-16 04:33:55 +02:00
Run scripts using the `rhai-run` tool:
2020-10-07 16:56:21 +02:00
2021-04-16 04:33:55 +02:00
```sh
cargo run --bin rhai-run ./scripts/test_script_to_run.rhai
2020-10-07 16:56:21 +02:00
```