Annotation of OpenXM/src/asir-port/cgi/cgi-asir-r-fd2.sh, Revision 1.1
1.1 ! takayama 1: #!/bin/bash
! 2: # $OpenXM$
! 3: ## Replace $OpenXM_HOME by an absolute path of your cite.
! 4: export OpenXM_HOME=/private/taka/OpenXM
! 5: export HOME=/tmp
! 6: ## Note that OpenXM_tmp is set in the dot.bashrc below as HOME/.OpenXM_tmp
! 7: source $OpenXM_HOME/rc/dot.bashrc
! 8: #source /home/taka/OpenXM/rc/dot.bashrc
! 9: export TMP=/tmp
! 10: export CGI_ASIR_ALLOW="[(version) (asir_contrib_copyright) (r_ahvec)]"
! 11: export CGI_ASIR_TLIMIT="60"
! 12: export OX_ASIR_LOAD_FILE=$OpenXM_HOME/src/asir-port/cgi/r-fd.rr
! 13: tee /tmp/t.txt | oxdecode_post >${WFILE}
! 14: webasir2 --settimer ${CGI_ASIR_TLIMIT} --debug 0 --stdin <${WFILE}
! 15: rm -f ${WFILE}
! 16: exit 0
! 17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>