/[Intel-AMT]/trunk/bin/amt-repl.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/amt-repl.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Sat Aug 8 17:09:14 2009 UTC revision 6 by dpavlin, Sat Aug 8 21:57:47 2009 UTC
# Line 6  use strict; Line 6  use strict;
6  use Devel::REPL::Script;  use Devel::REPL::Script;
7    
8  use lib 'lib';  use lib 'lib';
9  use Intel::AMT::SOAP;  use Intel::AMT::RemoteControl;
10    
11  my $host = $ENV{AMT_HOST} || die "export AMT_HOST=\n";  my $host = $ENV{AMT_HOST} || die "export AMT_HOST=\n";
12  warn "host: $host";  warn "host: $host ", '*' x length($ENV{AMT_PASSWORD}), $/;
13  Intel::AMT::SOAP::init();  
14    warn Intel::AMT::RemoteControl::Capabilities;
15    
16    Intel::AMT::RemoteControl::run( @ARGV ) if @ARGV;
17    
18  Devel::REPL::Script->new->run();  Devel::REPL::Script->new->run();
19    

Legend:
Removed from v.4  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26