New Folder Structure test
This commit is contained in:
8
Mizzajl/home/killallall.js
Normal file
8
Mizzajl/home/killallall.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns) {
|
||||
let serverList = JSON.parse(ns.read("serverList.txt"));
|
||||
for (const [name, entry] of Object.entries(serverList)) {
|
||||
|
||||
ns.killall(name, true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user