Martin Winkler 5f662828a2 Security and conformance updates
- Publish abbuse addresse using mod_disco

Allow users to change password with client

- ...
2019-11-23 12:55:41 +01:00
2019-11-23 12:55:41 +01:00
2019-11-23 12:54:16 +01:00
2019-05-27 14:39:05 +02:00
2019-03-28 23:53:31 +01:00
2019-04-05 14:31:39 +02:00
2019-05-17 11:59:51 +01:00

shell_sequencer

Shell script as wrapper for sequential tasks, such as complex server installations or recurring maintenance tasks.

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 seq.

seqs/

Contains sequences (seqs) for different tools, servers or occasions.

Sequencer include working on sh and bash.

[...]
. ./sequencer.sh

see seqTemplate.sh

Description
Bash script as wrapper for sequential tasks.
Readme 3.9 MiB
1.0.0 Latest
2019-04-05 16:32:53 +02:00
Languages
Shell 100%