diff --git a/Woche 06.md b/Woche 06.md index 2bf0a878bc064625329f7e4ecab4fa8dac455d83..00456d0434486373d0d9015b8f8b89af6067ff5c 100644 --- a/Woche 06.md +++ b/Woche 06.md @@ -1,5 +1,7 @@ # Linux Shell Script - Hello World & Permissions +## Vorlesung 11-29-2024 + ### 1. Ausführen eines Shell-Skripts ```bash $ bash hello_world.sh @@ -199,7 +201,9 @@ syntax enable --- -# Übung - Symlink: Verwaltung von Dotfiles durch einen zentralen Ordner +## Übung 11-29-2024 + +## Symlink: Verwaltung von Dotfiles durch einen zentralen Ordner ## 1. Ordner erstellen ```bash @@ -219,7 +223,3 @@ ln -s ~/dotfiles/.vimrc ~/.vimrc ``` --- - -# Lerntagebuch - -- Beide Dotfiles mit Kommentaren zum Wiki hinzufügen.