17 lines
472 B
Markdown
17 lines
472 B
Markdown
# shell_sequencer
|
|
|
|
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
|
|
|
|
## seqs/
|
|
|
|
Contains sequences (seqs) for different tools, servers or occasions.
|