⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bootstrap

📁 代理服务器源代码 供大家学习使用,希望大家喜欢
💻
字号:
#! /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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -