From e24f172257a684adbf655b6761dae379f1c7d6bb Mon Sep 17 00:00:00 2001 From: Vitaliy Turov Date: Sun, 24 Nov 2024 13:31:56 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BE=D1=81=D0=BA=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D0=B5=D0=BD=D1=8C=D0=B5,=2024=20=D0=BD=D0=BE=D1=8F=D0=B1=D1=80?= =?UTF-8?q?=D1=8F=202024=20=D0=B3.=20=D0=B2=2016:31=20GMT+03:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/.vscode/settings.json | 3 --- bash/train_bash/test.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 bash/.vscode/settings.json diff --git a/bash/.vscode/settings.json b/bash/.vscode/settings.json deleted file mode 100644 index 96efefc..0000000 --- a/bash/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "gitdoc.enabled": true -} \ No newline at end of file diff --git a/bash/train_bash/test.sh b/bash/train_bash/test.sh index 9969b5e..c2ca712 100755 --- a/bash/train_bash/test.sh +++ b/bash/train_bash/test.sh @@ -3,3 +3,4 @@ read -p "Enter value: " name +echo $name \ No newline at end of file