📄 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 + -