summaryrefslogtreecommitdiff
path: root/src/www/gfmorpho/gfmorpho.cgi
blob: c08a9450cbf14eab475ae3b4f29be9e0531038c3 (plain)
1
2
3
4
5
6
7
#!/bin/bash

echo "Content-type: text/html";
echo ""
export LANG=en_US.UTF-8
runghc GFMorpho "$QUERY_STRING"