/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Sat Aug 8 21:57:47 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 367 byte(s)
move more code to RemoteControl

1 dpavlin 4 #!/usr/bin/perl -w
2    
3     use warnings;
4     use strict;
5    
6     use Devel::REPL::Script;
7    
8     use lib 'lib';
9 dpavlin 6 use Intel::AMT::RemoteControl;
10 dpavlin 4
11     my $host = $ENV{AMT_HOST} || die "export AMT_HOST=\n";
12 dpavlin 6 warn "host: $host ", '*' x length($ENV{AMT_PASSWORD}), $/;
13    
14     warn Intel::AMT::RemoteControl::Capabilities;
15    
16     Intel::AMT::RemoteControl::run( @ARGV ) if @ARGV;
17    
18 dpavlin 4 Devel::REPL::Script->new->run();
19    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26