Verified Commit 3117700e authored by Jakob Moser's avatar Jakob Moser
Browse files

Allow using a text editor to show file contents

parent 30395ed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ export const practice = test("Linux-Übungsmodus", function() {
    })

    this.exercise("Inhalt ausgeben", async function () {
        this.describe(`Lasse den Inhalt der Datei "satz" in die Konsole ausgeben. Verwende dafür keinen Texteditor.`)
        this.describe(`Lasse den Inhalt der Datei "satz" in die Konsole ausgeben.`)

        await this.prepareWith("if [[ ! -d /root/tux ]]; then mkdir /root/tux; fi; cd /root/tux; echo Colorless green ideas sleep furiously > satz")