source: tags/0.55/prenv.cpp @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

File size: 150 bytes
Line 
1#include <iostream>
2#include <stdlib.h>
3int main()
4{
5  int rc = system("/bin/echo 'Content-Type: text/plain';/bin/echo;/usr/bin/env");
6  return rc;
7}
Note: See TracBrowser for help on using the repository browser.