From 3312b35ece8dcbc7a76cdfe790b854ea3331802b Mon Sep 17 00:00:00 2001 From: Vitaliy Turov Date: Sun, 24 Nov 2024 13:31:23 +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 | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bash/.vscode/settings.json diff --git a/bash/.vscode/settings.json b/bash/.vscode/settings.json new file mode 100644 index 0000000..96efefc --- /dev/null +++ b/bash/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "gitdoc.enabled": true +} \ No newline at end of file diff --git a/bash/train_bash/test.sh b/bash/train_bash/test.sh index 3ed3547..9969b5e 100755 --- a/bash/train_bash/test.sh +++ b/bash/train_bash/test.sh @@ -1,3 +1,5 @@ #!/bin/bash -echo Hello, bash! \ No newline at end of file + +read -p "Enter value: " name +