mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
c38affcded
* 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
|