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 +