You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
545 B
545 B
# Eolian tools
These are various scripts and utilities to be used with Eolian. It may include
things such as various statistics scripts or analysis utilities.
Each utility typically accepts the `-h`/`--help` option for usage.
## Lua scripts
These are invoked using `elua`. You can do so like this:
```
elua script_name.lua <arguments>
```
You can also invoke them using `elua` from inside an EFL tree without
installing it, using the script also provided in this repo:
```
./elua_in_tree.sh ../path/to/EFL script_name.lua <arguments>
```