source:
fedkit/import_key.pl
@
51d3aa0
Last change on this file since 51d3aa0 was 444790d, checked in by , 15 years ago | |
---|---|
|
|
File size: 152 bytes |
Line | |
---|---|
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.