mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
600 B
600 B
NS.nuke() method
Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer.
Signature:
nuke(host: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| host | string | Hostname of the target server. |
Returns:
void
Remarks
RAM cost: 0.05 GB
Example
nuke("foodnstuff");