mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
c38affcded
* All renderdoc code up to this point was written by me, history is available by request
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/bash
|
|
curl --form "key=PolyRADSymbolUpload" --form "sym=@$2" $1/symupload
|