IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2009, 4:09:00 PM (17 years ago)
Author:
jhoblitt
Message:

make --verbose do something

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/console/scripts/console

    r24600 r24615  
    3838    unless defined $console;
    3939
    40 system("ssh $user:$hostname\@$console");
     40my $cmd = "ssh $user:$hostname\@$console";
     41print $cmd, "\n" if $verbose;
     42system($cmd);
    4143
    4244__END__
Note: See TracChangeset for help on using the changeset viewer.