Loading static/js/exercises.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
static/js/exercises.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading