Loading static/js/exercises.mjs +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,9 @@ export const practice = test("Linux-Übungsmodus", function() { await this.prepareWith("cd /root; if [[ -d tux ]]; then rm -r tux; fi") // TODO Add verification logic await this.manualConfirmation() this.verify().commandWas((cmd)=>cmd.match(/ls.*/)) }) this.exercise("Auch versteckte Dateien anzeigen", async function () { Loading Loading
static/js/exercises.mjs +3 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,9 @@ export const practice = test("Linux-Übungsmodus", function() { await this.prepareWith("cd /root; if [[ -d tux ]]; then rm -r tux; fi") // TODO Add verification logic await this.manualConfirmation() this.verify().commandWas((cmd)=>cmd.match(/ls.*/)) }) this.exercise("Auch versteckte Dateien anzeigen", async function () { Loading