mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-26 14:16:23 -06:00
First version of a web server for morphological paradigms.
This commit is contained in:
@@ -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