This commit is contained in:
askiiart 2025-01-18 15:10:34 -06:00
parent c0830ebc4a
commit 6d0a3ec4f2
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 2 additions and 2 deletions
docs/behind-the-scenes

View file

@ -1,3 +1,3 @@
# How commands are run
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then run it with
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then runs it with `shell`.

View file

@ -23,7 +23,7 @@ i.e. with `total_threads` as the number of threads the CPU(s) has:
---
Alternative algorithms I tried:
Alternative algorithm I tried:
```rs
if total_threads >= 32 {