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

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`.