From a594db77f371dc6cac5cdfc620260dd600256b27 Mon Sep 17 00:00:00 2001 From: Vitaliy Turov Date: Tue, 26 Nov 2024 16:55:06 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=BD=D0=B8=D0=BA,=202?= =?UTF-8?q?6=20=D0=BD=D0=BE=D1=8F=D0=B1=D1=80=D1=8F=202024=20=D0=B3.=20?= =?UTF-8?q?=D0=B2=2019:55=20GMT+03:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/train_bash/function.sh | 1 + bash/{ => train_bash}/summ | Bin bash/{ => train_bash}/task.sh | 0 bash/{ => train_bash}/task2.sh | 0 bash/train_bash/test.sh | 6 ------ 5 files changed, 1 insertion(+), 6 deletions(-) create mode 100755 bash/train_bash/function.sh rename bash/{ => train_bash}/summ (100%) rename bash/{ => train_bash}/task.sh (100%) rename bash/{ => train_bash}/task2.sh (100%) delete mode 100755 bash/train_bash/test.sh diff --git a/bash/train_bash/function.sh b/bash/train_bash/function.sh new file mode 100755 index 0000000..cc1f786 --- /dev/null +++ b/bash/train_bash/function.sh @@ -0,0 +1 @@ +#!/bin/bash \ No newline at end of file diff --git a/bash/summ b/bash/train_bash/summ similarity index 100% rename from bash/summ rename to bash/train_bash/summ diff --git a/bash/task.sh b/bash/train_bash/task.sh similarity index 100% rename from bash/task.sh rename to bash/train_bash/task.sh diff --git a/bash/task2.sh b/bash/train_bash/task2.sh similarity index 100% rename from bash/task2.sh rename to bash/train_bash/task2.sh diff --git a/bash/train_bash/test.sh b/bash/train_bash/test.sh deleted file mode 100755 index c2ca712..0000000 --- a/bash/train_bash/test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - - -read -p "Enter value: " name - -echo $name \ No newline at end of file