Revert "Use a variable on the stack to not have a temporary in the call"
[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