class jssh { constructor(fs, working_dir, uid, input, h) { this.fs = fs; this.working_dir = working_dir; this.input = input; this.history = h; this.uid = uid; } set_wd(dir) { //let lwd = fs let wd = fs; let path = dir .split("/") .filter(function (e) { return e !== ""; }) .filter(function (e) { return e !== "."; }); for (let i in path) { if (path[i] == "..") { path.splice(i - 1, 2); } } for (let dir of path) { let found = false; //lwd = wd; if (dir != ".") { for (let i of wd) { if (i.name == dir && i.dir) { wd = i.content; found = true; break; } } if (!found) { return 1; } } } return wd; //return 1; } clean_path(path) { path = path .split("/") .filter(function (e) { return e !== ""; }) .filter(function (e) { return e.replace(" ", "") !== "."; }); for (let i = path.length; i != 0; i--) { if (path[i] == "..") { path.splice(i - 1, 2); } } if (path.includes("..")) path = []; return "/" + path.join("/"); } main() { for (let d of fs) { if (d.name == ".bashrc") { for (let line of d.content.split("\n")) { document.getElementById(this.input).value = line; this.ex(); } break; } } setInterval(() => { document.getElementById(this.input).focus(); }, 10); } ex() { let temp_working_dir = this.working_dir; document.getElementById(this.history).innerHTML += "λ " + document.getElementById(this.input).value + ""; let com = document.getElementById(this.input).value; let stripped = com.split(" "); switch (stripped[0]) { case "jssh": this.main(); break; case "neofetch": let add = ""; add += "
\ ,-. _,---._ __ / \\ \n \ / ) .-' `./ / \\ \n \ ( ( ,' `/ /| \n \ \\ `-\" '\\ / | \n \ `. , \\ / | \n \ /`. ,'-`----Y | \n \ ( ; | ' \n \ | ,-. ,-' | / \n \ | | ( | | / \n \ ) | \\ `.___________|/ \n \ `--' `--'"; //position this plz:) add += " | hello, i am grant, they/themi am mostly a typescript and c++ dev, buti can work in most languages--i enjoy manga, and coding in free timecontact me at grantsquires@disroot.org"; let colors = ["#cdb4db", "#ffc8dd", "#ffafcc", "#bde0fe", "#a2d2ff"]; for (let co of colors) { add += ""; } add += ""; colors = ["#a81d61", "#ff218e", "#fcd800", "#0194fc", "#007cd5"]; for (let co of colors) { add += ""; } add += " |