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.
|
4 years ago | |
---|---|---|
utils | 4 years ago | |
.gitignore | 4 years ago | |
README | 4 years ago | |
elua_in_tree.sh | 4 years ago | |
list_beta_c_names.lua | 4 years ago | |
list_used_beta_api.lua | 4 years ago |
README
# 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>
```