6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
export REQUEST_METHOD=POST
|
|
export CONTENT_LENGTH=200
|
|
export CONTENT_TYPE=application/x-www-form-urlencoded
|
|
cat post.example.urlencoded | ./testpost.jet
|