Verified Commit 16cc2777 authored by Jakob Moser's avatar Jakob Moser
Browse files

Allow the use of pagers

parent 6556444e
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 oder Pager.`)
        this.describe(`Lasse den Inhalt der Datei "satz" in die Konsole ausgeben. Verwende dafür keinen Texteditor.`)

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