Separating sequence controller from step definition
This commit is contained in:
11
README.md
11
README.md
@@ -1,3 +1,12 @@
|
||||
# shell_sequencer
|
||||
|
||||
Shell script as wrapper for sequential tasks.
|
||||
Shell script as wrapper for sequential tasks, such as complex server installations or recurring maintenance tasks.
|
||||
|
||||
Step definition is separated from the sequence control. The step definition just needs to "include" the sequence controller at the end.
|
||||
|
||||
## sequencer.sh
|
||||
|
||||
Main sequencer script to be included at the end of a step definition script.
|
||||
|
||||
[...]
|
||||
. ./sequencer.sh
|
||||
|
Reference in New Issue
Block a user