diff --git a/JS/terminal.js b/JS/terminal.js index f0b5419..3cd1ae5 100644 --- a/JS/terminal.js +++ b/JS/terminal.js @@ -133,7 +133,7 @@ class TerminalFS { }, "/sys": { type: "dir", - children: ["self-destruct.exe", "disco-bootloader"], + children: ["self-destruct.exe", "disco-bootloader", 'virus.exe'], }, }; @@ -221,7 +221,7 @@ Black Hole Simulator A physics simulation of black holes and gravitational lensing. `, - "/projects/virus.exe": ` + "/sys/virus.exe": ` VIRUS.EXE WARNING: This file is highly suspicious. Running it may cause unexpected behavior! @@ -372,12 +372,15 @@ Boot sequence: πŸ•ΊπŸ’ƒπŸͺ©
  • ls [path] - List directory contents
  • cd [path] - Change directory
  • cat [file] - Display file content
  • +
  • vi [file] - Edit or create a file in a simple editor
  • +
  • mkdir [dir] - Create a new directory
  • +
  • rm [file/dir] - Remove a file or directory
  • theme day/night - Switch between day/night modes
  • background [ocean/sunset/forest] - Set a new background gradient (or reset with no valid argument)
  • ufo - Launch UFO animation
  • starfield - Regenerate stars
  • random - Activate random color chaos!
  • -
  • secret - Activate disco mode!
  • +
  • secret - :3
  • run [file] - Run a file (e.g., .exe)
  • `,