added configuration for legos bac-à-sable, improved documentation

This commit is contained in:
levasseur
2021-09-21 17:21:26 +02:00
parent e898eea7f7
commit 1e6f92c25d
6 changed files with 127 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ export LC_ALL=C
export LANG=C
# Version of init
export VERSION="0.99.6"
export VERSION="0.99.7"
# Store script's path
export MYPATH=$(dirname $0)
@@ -126,6 +126,7 @@ for mod in $MODULE_LIST; do
done
if [[ $RUN_SHELL == true ]]; then
prnt I "Lancement d'un shell intéractif..."
bash --noprofile --rcfile $MYPATH/bash.rc
prnt I "Sortie du script après exécution du shell."
exit 0