From f8d5dfa460da6524673d6a9c380529bd08b5d761 Mon Sep 17 00:00:00 2001 From: levasseur Date: Mon, 21 Jun 2021 18:51:50 +0200 Subject: [PATCH] deleted backup file --- README.md.backup | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.md.backup diff --git a/README.md.backup b/README.md.backup deleted file mode 100644 index 1de3742..0000000 --- a/README.md.backup +++ /dev/null @@ -1,16 +0,0 @@ -# init.sh -**init.sh** is an automated configurator for system administrator. It's fully written using Bash scripting and aims to be platform independent. Nevertheless it's requirements turns it naturally to Linux systems. It have long been tested using Debian GNU/Linux, Devuan and different flavor of Ubuntu. - -## Getting started -You should consider reading the Beginners guide. If you need to create additional modules to meet your needs, consider reading the Developers guide. - -Please also consider that your needs might meet the needs of someone else, thus it would be a good idea to submit your module to init.sh source base. - -## Design -**init.sh** relies on three different elements to work: - -- the init.sh script, which provide a simple framework and libraries to do simple taks and embed system dependent functions to provide system independent function calls. -- modules that actually do the job on a system independant way through the use of the framework and consisting on very small and simple task. -- multilevel configuration files, being just Bash variables declaration. - -Additionally some module might be ran regularly so it could be integrated to a cron-like service. \ No newline at end of file