mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
218ef49147
This regression snuck in at some point. It resulted in the program sometimes failing to load when the zip content was changed.
5 lines
160 B
Bash
Executable file
5 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
exec gdb -q -nh -i=mi $1 \
|
|
-ex "set confirm off" \
|
|
-ex "add-symbol-file $1.dbg 0x401000" \
|
|
-ex "run"
|