[BACK]Return to cgi-asir-r-fd2.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-port / cgi

Diff for /OpenXM/src/asir-port/cgi/cgi-asir-r-fd2.sh between version 1.1 and 1.2

version 1.1, 2014/08/31 07:53:57 version 1.2, 2014/09/01 02:41:48
Line 1 
Line 1 
 #!/bin/bash  #!/bin/bash
 # $OpenXM$  # $OpenXM: OpenXM/src/asir-port/cgi/cgi-asir-r-fd2.sh,v 1.1 2014/08/31 07:53:57 takayama Exp $
 ## Replace $OpenXM_HOME by an absolute path of your cite.  ## Replace $OpenXM_HOME by an absolute path of your cite and uncomment
 export OpenXM_HOME=/private/taka/OpenXM  #export OpenXM_HOME=/private/taka/OpenXM
 export HOME=/tmp  export HOME=/tmp
 ## Note that OpenXM_tmp is set in the dot.bashrc below as HOME/.OpenXM_tmp  ## Note that OpenXM_tmp is set in the dot.bashrc below as HOME/.OpenXM_tmp
 source $OpenXM_HOME/rc/dot.bashrc  source $OpenXM_HOME/rc/dot.bashrc
Line 10  export TMP=/tmp
Line 10  export TMP=/tmp
 export CGI_ASIR_ALLOW="[(version) (asir_contrib_copyright) (r_ahvec)]"  export CGI_ASIR_ALLOW="[(version) (asir_contrib_copyright) (r_ahvec)]"
 export CGI_ASIR_TLIMIT="60"  export CGI_ASIR_TLIMIT="60"
 export OX_ASIR_LOAD_FILE=$OpenXM_HOME/src/asir-port/cgi/r-fd.rr  export OX_ASIR_LOAD_FILE=$OpenXM_HOME/src/asir-port/cgi/r-fd.rr
 tee /tmp/t.txt | oxdecode_post >${WFILE}  WFILE=$TMP/tmp2-post-$$.txt
 webasir2 --settimer ${CGI_ASIR_TLIMIT} --debug 0 --stdin <${WFILE}  tee /tmp/t2.txt | oxdecode_post >${WFILE}
   $OpenXM_HOME/src/asir-port/cgi/webasir2 --settimer ${CGI_ASIR_TLIMIT} --debug 0 --stdin <${WFILE}
 rm -f ${WFILE}  rm -f ${WFILE}
 exit 0  exit 0
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>