From bd8d72c5c09f9d52cc3dd1da88df956924584540 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 21:59:22 +0000 Subject: Update `Scripts/Bash/intro.docbook' file. --- diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook index 9604340..80b4e05 100644 --- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook +++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook @@ -3,13 +3,17 @@ Introduction - This chapter describes the centos-art.sh - script, including its execution environment, variables and - functions. The centos-art.sh script is - written in Bash and its main goal is to automate frequent - tasks inside &TCAR;. The centos-art.sh - script is organized by independent functions which try to - follow the paradigm of doing just one thing and do it well. + The centos-art.sh script is written in Bash + and its main goal is to automate frequent tasks inside &TCAR;. + The centos-art.sh script is organized by + independent functions which try to follow the paradigm of + doing just one thing and do it well. + + + + This chapter describes the version 0.0.4 of + centos-art.sh script, including its + execution environment, variables and functions.