summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/batch.md (renamed from docs/guide/batch-processing.md)7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/guide/batch-processing.md b/docs/dev/batch.md
index 2e7f94fd..07c888c6 100644
--- a/docs/guide/batch-processing.md
+++ b/docs/dev/batch.md
@@ -77,7 +77,7 @@ That said, there are certainly several good use cases where splitting your analy
### GNU Parallel
-TODO
+Another option is to use a tool like GNU parallel to simply launch multiple separate copies of the process itself.
### Multiprocessing
@@ -124,8 +124,3 @@ import binaryninja
Other alternative solutions include setting the environment variable before running your script, or manually moving your settings file from your [user folder](../getting-started.md#user-folder) before running your automation.
-## Other Languages
-
-TODO
-
-First, make sure to run the [install_api.py](https://github.com/Vector35/binaryninja-api/tree/dev/scripts) script. Note that the script is shipped with Binary Ninja already, just look in your [binary path](../getting-started.md#binary-path) inside of the `scripts` subfolder. Run it like: \ No newline at end of file