diff --git a/.obsidian/plugins/execute-code/data.json b/.obsidian/plugins/execute-code/data.json index 57800fd..f3824ae 100644 --- a/.obsidian/plugins/execute-code/data.json +++ b/.obsidian/plugins/execute-code/data.json @@ -63,9 +63,9 @@ "pythonEmbedPlots": true, "pythonFileExtension": "py", "pythonInject": "", - "shellPath": "bash", + "shellPath": "cmd", "shellArgs": "", - "shellFileExtension": "sh", + "shellFileExtension": "bat", "shellInject": "", "batchPath": "call", "batchArgs": "", diff --git a/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md b/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md index 2482afd..cfb2c62 100644 --- a/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md +++ b/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md @@ -12,7 +12,4 @@ Field = Spalte key-value pair - updateOne/updateMany - deleteOne/deleteMany -```Shell -ls -```