Loading static/js/exercises.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export const practice = test("Linux-Übungsmodus", function() { this.exercise("Auch versteckte Dateien anzeigen", async function () { this.describe(`Lass dir anzeigen, welche Dateien sich in diesem Verzeichnis befinden (inklusive versteckter Dateien).`) await this.prepareWith("cd /root; if [[ ! -f .ash_history ]]; touch .ash_history; fi") await this.prepareWith("cd /root") await this.manualConfirmation() Loading Loading
static/js/exercises.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export const practice = test("Linux-Übungsmodus", function() { this.exercise("Auch versteckte Dateien anzeigen", async function () { this.describe(`Lass dir anzeigen, welche Dateien sich in diesem Verzeichnis befinden (inklusive versteckter Dateien).`) await this.prepareWith("cd /root; if [[ ! -f .ash_history ]]; touch .ash_history; fi") await this.prepareWith("cd /root") await this.manualConfirmation() Loading