воскресенье, 24 ноября 2024 г. в 16:31 GMT+03:00

This commit is contained in:
Виталий Туров 2024-11-24 13:31:23 +00:00
parent bb8995fb5f
commit 3312b35ece
2 changed files with 6 additions and 1 deletions

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