This commit is contained in:
2024-10-13 23:08:54 +02:00
parent 0e100cc1da
commit 1e6dbeac8a
7 changed files with 150 additions and 81 deletions

View File

@@ -4,7 +4,7 @@ import { listWorkServers } from "/Library.js";
export async function main(ns) {
ns.disableLog("ALL");
ns.tail();
ns.resizeTail(522,625);
ns.resizeTail(560,625);
let nStatus = 0;
let aStatus = ["─", "╲", "│", ""];
let bWhile = true;