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