From 53b493e9c160cd59ee1475d4e073a579cfaec2bb Mon Sep 17 00:00:00 2001 From: Ilya Shpigor Date: Sun, 10 Jan 2021 16:51:51 +0100 Subject: [PATCH] Translate the "Bash Scripts" intro --- manuscript/BashScripting/README.md | 4 ++-- manuscript/Book.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manuscript/BashScripting/README.md b/manuscript/BashScripting/README.md index 27c3cd9..2053918 100644 --- a/manuscript/BashScripting/README.md +++ b/manuscript/BashScripting/README.md @@ -1,3 +1,3 @@ -# Разработка Bash скриптов +# Bash Scripts -Мы изучили основные приёмы для работы с файловой системой на Bash. Пришло время перейти от составления отдельных команд к программам. Программы, написанные на языке Bash, называют сценариями оболочки (shell scripts) или **скриптами**. \ No newline at end of file +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. \ No newline at end of file diff --git a/manuscript/Book.txt b/manuscript/Book.txt index dcf710b..d1a4db2 100644 --- a/manuscript/Book.txt +++ b/manuscript/Book.txt @@ -12,4 +12,6 @@ mainmatter: BashShell/file-system.md BashShell/commands-info.md BashShell/files-and-directories.md - BashShell/extra-features.md \ No newline at end of file + BashShell/extra-features.md + + BashScripting/README.md \ No newline at end of file