summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/test.cgi
blob: 936afcf0d3c1915a9cd1e37c8109fa18c8095a51 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo Content-type: text/plain
echo

echo args -- $*
env
echo Done!
exit 0