mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
15 lines
236 B
Markdown
15 lines
236 B
Markdown
# autom
|
|
|
|
__IN DEVELOPMENT, NOT READY FOR USE__
|
|
|
|
autom is a command line tool for executing shell scripts, independent of the working directory
|
|
|
|
|
|
## Installation-Requirments:
|
|
- gcc
|
|
- make
|
|
|
|
## Compile:
|
|
```bash
|
|
make
|
|
``` |