feature/train_bash #6

Closed
walleri1 wants to merge 19 commits from feature/train_bash into main
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 9f92e66eca - Show all commits

3
bash/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"gitdoc.enabled": true
}

View File

@ -1,3 +1,5 @@
#!/bin/bash
echo Hello, bash!
read -p "Enter value: " name