automatic 0.0.4

automatic run command throw user defined scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # Automatic
//! `automatic` run command throw user defined scripts
//!
//! Commands collect to run items in run list.

pub mod promiscuous_list;
pub mod silent_list;

pub mod run;
pub mod runitem;
pub mod runner;
pub mod script;