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