view framework/bin/webmcp_shell @ 222:38e5399718ca
Use request.get_param{...} and request.get_param_strings{...} functions in request.process()
 | author | 
 jbe | 
 | date | 
 Fri Feb 27 17:18:08 2015 +0100 (2015-02-27) | 
 | parents | 
 9fdfb27f8e67  | 
 | children | 
  | 
 
 line source
     2 export WEBMCP_APP_BASEPATH="`pwd`"
 
     3 export WEBMCP_CONFIG_NAME="$1"
 
     4 export WEBMCP_INTERACTIVE="yes"
 
     5 if [ "$WEBMCP_CONFIG_NAME" = "" ]; then
 
     6   echo "Error: No config name given." > /dev/stderr
 
     9 cd "`dirname "$0"`/../cgi-bin"
 
    10 exec lua -i webmcp.lua