Scripts version 2275

This commit is contained in:
Mikhail Tergoev
2024-04-14 20:00:13 +03:00
parent 20833eaf14
commit f130c34225
17 changed files with 411 additions and 158 deletions

14
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,14 @@
{
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "bashdb",
"request": "launch",
"name": "Bash-Debug (simplest configuration)",
"program": "/home/fidel/PortProton/data/scripts/start.sh"
}
]
}