Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / apps / JAWS / server / test.cgi
blob936afcf0d3c1915a9cd1e37c8109fa18c8095a51
1 #!/bin/sh
3 echo Content-type: text/plain
4 echo
6 echo args -- $*
7 env
8 echo Done!
9 exit 0