This commit is contained in:
2022-09-14 09:22:47 +02:00
parent 34254586b5
commit 017f853a03
5 changed files with 17 additions and 6 deletions
+1
View File
@@ -27,5 +27,6 @@ export async function main(ns) {
while (true) {
ns.print(`Running scan`);
await scanServer('home');
ns.sleep(50);
}
}