| Crates.io | automatic |
| lib.rs | automatic |
| version | 0.0.5 |
| created_at | 2019-09-20 13:53:36.704938+00 |
| updated_at | 2019-10-01 06:24:53.216198+00 |
| description | automatic runs command through user defined scripts |
| homepage | |
| repository | https://github.com/no111u3/automatic |
| max_upload_size | |
| id | 166214 |
| size | 46,435 |
automatic runs command through user defined scripts
Commands collect to run items in run list.
For use this program you can write some script in yaml:
---
Promiscuous:
items:
- name: "true"
args: []
- name: "true"
args: []
- name: "true"
args: []
Than you can run throw command line application:
automatic -r <your_script_name>
Promiscuous is promiscuous type of run, no output, no collect any errors, but
if run anything program was fail - you get an error of run, such as:
Failed to run script with error: fail to read script with error: Is a directory (os error 21)