added some commands
:)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const terminalContainer = document.getElementById("terminal");
|
||||
const hostname = `192.168.${Math.floor(Math.random() * 100)}.${Math.floor(Math.random() * 255)}`;
|
||||
let currentFolder = "~/";
|
||||
let currentFolder = "/";
|
||||
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ function createNewTerminalLine(){
|
||||
|
||||
|
||||
let pathPath = document.createElement("h4");
|
||||
pathPath.innerHTML = currentFolder;
|
||||
pathPath.innerHTML = "~"+currentFolder;
|
||||
pathPath.classList.add("pathPath");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user