mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-24 08:21:35 +00:00
* All renderdoc code up to this point was written by me, history is available by request
3 lines
45 B
Bash
3 lines
45 B
Bash
#!/bin/bash
|
|
./dump_syms.exe $1 > ${1%.*}.sym
|