mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
8 lines
163 B
Bash
8 lines
163 B
Bash
#!/bin/bash
|
|
|
|
echo "Content-type: text/html";
|
|
echo ""
|
|
export LANG=en_US.UTF-8
|
|
export GF_LIB_PATH=/home/aarne/GF/lib/
|
|
/usr/local/bin/runghc GFMorpho "$QUERY_STRING"
|