# 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 ``` 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 ```