mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/bash
|
|
curl --form "key=$1" --form "sym=@$2" http://renderdoc.org/symupload
|