bootstrap

来自「代理服务器源代码 供大家学习使用,希望大家喜欢」· 代码 · 共 18 行

TXT
18
字号
#! /bin/sh# checking for the GLOBUS_LOCATIONif test "x$GLOBUS_LOCATION" = "x"; then    echo "ERROR Please specify GLOBUS_LOCATION" >&2    exit 1fiif [ ! -f ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh ]; then    echo "ERROR: Unable to locate \${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh"    echo "       Please ensure that you have installed the globus-core package and"    echo "       that GLOBUS_LOCATION is set to the proper directory"    exitfi. ${GLOBUS_LOCATION}/libexec/globus-bootstrap.sh

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?