mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Implemented control + c functionality to stop running cmds such as hack() and analyze()
This commit is contained in:
+7
-1
@@ -28,6 +28,12 @@ CONSTANTS = {
|
||||
"run [script/program] Execute a program or a script\n" +
|
||||
"scan See 'netstat' command\n" +
|
||||
"telnet [ip/hostname] See 'connect' command\n" +
|
||||
"top Display all running scripts and their RAM usage\n"
|
||||
"top Display all running scripts and their RAM usage\n",
|
||||
|
||||
//TutorialGettingStartedText:
|
||||
|
||||
//TutorialServersText:
|
||||
|
||||
//TutorialScriptText:
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user