work to make documentation unified.

This commit is contained in:
Olivier Gagnon
2021-03-12 02:51:56 -05:00
parent a00c253dcb
commit 2ce6ff2041
176 changed files with 1325 additions and 916 deletions

View File

@@ -1,13 +1,16 @@
nuke() Netscript Function
=========================
.. js:function:: nuke(hostname/ip)
.. js:function:: nuke(hostname)
:param string hostname/ip: IP or hostname of the target server
:RAM cost: 0.05 GB
:param string hostname: Hostname of the target server.
Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer.
Example::
Example:
.. code-block:: javascript
nuke("foodnstuff");