Separating sequence controller from step definition

This commit is contained in:
2019-04-02 22:36:56 +02:00
parent ad724ddc3d
commit cf1bfc527f
4 changed files with 123 additions and 47 deletions

View File

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