diff --git a/anna.txt b/anna.txt new file mode 100644 index 00000000..d47d4317 --- /dev/null +++ b/anna.txt @@ -0,0 +1 @@ +Мой второй личный файл. diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..07d84f71 --- /dev/null +++ b/backup.sh @@ -0,0 +1,7 @@ +#!/bin/bash +echo "This is a backup script" + +# This is a comment line + +ech "Syntax error line" + diff --git a/new.txt b/new.txt new file mode 100644 index 00000000..eb2328ff --- /dev/null +++ b/new.txt @@ -0,0 +1 @@ +Мой новый файл.