mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
First version of a web server for morphological paradigms.
This commit is contained in:
7
src/www/gfmorpho/gfmorpho.cgi
Normal file
7
src/www/gfmorpho/gfmorpho.cgi
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Content-type: text/html";
|
||||
echo ""
|
||||
export LANG=en_US.UTF-8
|
||||
runghc GFMorpho "$QUERY_STRING"
|
||||
|
||||
Reference in New Issue
Block a user