Perform some minor code cleanup

This commit is contained in:
Justine Tunney 2021-03-04 13:22:32 -08:00
parent b9f73e6a4d
commit 5141d00992
4 changed files with 23 additions and 24 deletions

View file

@ -32,13 +32,13 @@ gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
objcopy -S -O binary hello.com.dbg hello.com
```
You now have a portable program! Your APE binary will assimilate itself
as conventional residents of your platform after the first run, so it
can be fast and efficient for subsequent executions.
You now have a portable program. Please note that your APE binary will
assimilate itself as a conventional resident of your platform after the
first run, so it can be fast and efficient for subsequent executions.
```sh
./hello.com
bash -c './hello.com' # zsh/fish workaround: we upstream a patch!
bash -c './hello.com' # zsh/fish workaround (we upstreamed a patch)
```
So if you intend to copy the binary to Windows or Mac then please do