Changeset 38168 for trunk/ippScripts/scripts/sc_mk_staticsky_mdc.pl
- Timestamp:
- Apr 23, 2015, 3:12:58 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/sc_mk_staticsky_mdc.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_mk_staticsky_mdc.pl
r37833 r38168 8 8 9 9 10 my $remote_root = '/scratch3/watersc1/';10 #my $remote_root = '/scratch3/watersc1/'; 11 11 12 my ($compmap_file );12 my ($compmap_file, $remote_root); 13 13 GetOptions( 14 14 'compmap=s' => \$compmap_file, 15 'remote_root=s' => \$remote_root, 15 16 ) or pod2usage( 2 ); 16 17 17 18 pod2usage( -msg => "Required options: --compmap", -exitval => 3) unless 19 defined($remote_root) and 18 20 defined($compmap_file); 19 21
Note:
See TracChangeset
for help on using the changeset viewer.
