gbench_remote_template.sh
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- #!/bin/sh
- # $Id: gbench_remote_template.sh,v 1000.0 2004/04/12 19:09:20 gouriano Exp $
- NCBI_GBENCH_INSTALL_DIR=@install_dir@
- export NCBI_GBENCH_INSTALL_DIR
- file_type=@file_type@
- exec $NCBI_GBENCH_INSTALL_DIR/bin/run-gbench.sh -remote -t $file_type $@
- #
- # ===========================================================================
- # PRODUCTION $Log: gbench_remote_template.sh,v $
- # PRODUCTION Revision 1000.0 2004/04/12 19:09:20 gouriano
- # PRODUCTION PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1
- # PRODUCTION
- # ===========================================================================
- #