autom/README.md

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