From fbaba8f777d463c89c9bba82eab81352d29b95f5 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 5 Apr 2019 14:31:39 +0200 Subject: [PATCH] Wording clarifications --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index feea913..de0cd98 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,19 @@ 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. +The sequence script (**seq**) containing different steps is separated from the sequence control (**sequencer.sh**). The seq just needs to "include" the sequencer.sh at the end. ## sequencer.sh -Main sequencer script to be included at the end of a step definition script. - - [...] - . ./sequencer.sh +Main sequencer script to be included at the end of a seq. ## seqs/ Contains sequences (seqs) for different tools, servers or occasions. + +Sequencer include working on sh and bash. + + [...] + . ./sequencer.sh + +see [seqTemplate.sh](https://winklerfamilie.eu/git/efelon/shell_sequencer/src/branch/master/seqTemplate.sh) \ No newline at end of file