feature/train_bash #7

Merged
walleri1 merged 18 commits from feature/train_bash into main 2025-02-15 12:00:00 +03:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 3312b35ece - 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