numerous small fixes

This commit is contained in:
anon
2024-06-12 22:04:48 +02:00
parent 018c34a408
commit 57802f36a3
6 changed files with 26 additions and 12 deletions

View File

@ -12,7 +12,7 @@ function description() {
echo ""
echo -e "Running bash scripts is similarly easy." \
"You can just pass the file name as an argument to the" \
"'${ITALICS}bash${NORMAL}' program."
"'${YELLOW}bash${NORMAL}' program."
echo ""
echo -e "${BLUE}# Create your first Bash script (it can be anything) and run it${NORMAL}"
}