Changeset 19788 for trunk/ippScripts/scripts/summit_copy.pl
- Timestamp:
- Sep 30, 2008, 10:21:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/summit_copy.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/summit_copy.pl
r17662 r19788 23 23 # Parse the command-line arguments 24 24 my ( $uri, $filename, $compress, $bytes, $md5, $nebulous, $exp_name, $inst, $telescope, $class, $class_id, $end_stage, $workdir, 25 $dbname, $verbose, $no_update, $no_op, $timeout );25 $dbname, $verbose, $no_update, $no_op, $timeout, $copies ); 26 26 GetOptions( 27 27 'uri=s' => \$uri, # source location of file on data store … … 43 43 'no-op' => \$no_op, # Don't do any operations? 44 44 'timeout=s' => \$timeout, # passed through to dsget 45 'copies=i' => \$copies, # passed through to dsget 45 46 ) or pod2usage( 2 ); 46 47 … … 76 77 $command .= " --md5 $md5" if defined $md5; 77 78 $command .= " --timeout $timeout" if defined $timeout; 79 $command .= " --copies $copies" if defined $copies; 78 80 79 81 # run command
Note:
See TracChangeset
for help on using the changeset viewer.
