1GLOBUS-SH-EXEC(1) Grid Community Toolkit Manual GLOBUS-SH-EXEC(1)
2
3
4
6 globus-sh-exec - Run a shell script
7
9 globus-sh-exec [ -help | -usage | -version ]
10
11 globus-sh-exec COMMAND [ARGS...]
12
13 globus-sh-exec -e EXEC
14
16 The globus-sh-exec command executes a shell script, setting the
17 GLOBUS_SH_PERL and GLOBUS_SH environment variables to the perl and
18 posix shell interpreters respectively. The COMMAND script can be a
19 local file or a GASS url, in which case it is downloaded by
20 globus-url-copy before execution. The ARGS parameters, if any, are
21 passed as the command-line options to COMMAND.
22
23 The full set of options to globus-sh-exec are
24
25 -help, -usage
26 Print usage information and exit.
27
28 -version
29 Print version information and exit.
30
31 -list, -l
32 Lists the defined GLOBUS_SH_ variables and exits.
33
34 -exec EXEC, -e EXEC
35 Run the command EXEC instead of executing a separate script.
36
38 Copyright © 1999-2016 University of Chicago
39
40
41
42Grid Community Toolkit 6 03/31/2018 GLOBUS-SH-EXEC(1)