source:
fedkit/import_key.pl
@
5ae9d94
Last change on this file since 5ae9d94 was 444790d, checked in by , 15 years ago | |
---|---|
|
|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[444790d] | 1 | #!/usr/bin/perl |
2 | ||
3 | use strict; | |
4 | use gateway_lib; | |
5 | ||
6 | die "Usage $0 sourec_file dest_file" unless (@ARGV) == 2; | |
7 | ||
8 | gateway_lib::import_key($ARGV[0], $ARGV[1]); | |
9 |
Note: See TracBrowser
for help on using the repository browser.