Translate the "Bash Scripts" intro

This commit is contained in:
Ilya Shpigor
2021-01-10 16:51:51 +01:00
parent 0b96d2595c
commit 53b493e9c1
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Разработка Bash скриптов
# Bash Scripts
Мы изучили основные приёмы для работы с файловой системой на Bash. Пришло время перейти от составления отдельных команд к программам. Программы, написанные на языке Bash, называют сценариями оболочки (shell scripts) или **скриптами**.
We have learned the basics of how to operate the file system in Bash. Now we do the next step. We come from the standalone shell commands to programs. When you write a program in Bash, it is called **script**. Let's learn how to write scripts.

View File

@ -12,4 +12,6 @@ mainmatter:
BashShell/file-system.md
BashShell/commands-info.md
BashShell/files-and-directories.md
BashShell/extra-features.md
BashShell/extra-features.md
BashScripting/README.md